gxc-renderer-canvas-2d/tsconfig.dev.json
Andrey Kernichniy 63818eb2b8
Some checks failed
CI / build (push) Failing after 22s
Playground settings
2026-03-04 02:22:29 +07:00

8 lines
199 B
JSON

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