gxc-template-repo/tsconfig.dev.json
Andrey Kernichniy 85c15b3dad
All checks were successful
CI / build (push) Successful in 21s
Added files for playground
2026-03-04 02:21:54 +07:00

8 lines
184 B
JSON

{
"compilerOptions": {
"rootDir": "./lib/src",
"outDir": "./playground/lib",
},
"extends": ["./tsconfig.json"],
"exclude": ["./node_modules/*", "./lib/**/*.test.ts"]
}