Playground settings
Some checks failed
CI / build (push) Failing after 22s

This commit is contained in:
Andrey Kernichniy 2026-03-04 02:22:29 +07:00
parent 47e9cf85b8
commit 63818eb2b8
9 changed files with 1122 additions and 3 deletions

8
tsconfig.dev.json Normal file
View file

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