generated from gxc-solutions/gxc-template-repo
This commit is contained in:
parent
47e9cf85b8
commit
63818eb2b8
9 changed files with 1122 additions and 3 deletions
8
tsconfig.dev.json
Normal file
8
tsconfig.dev.json
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"rootDir": "./lib/src",
|
||||
"outDir": "./playground/renderer-canvas-2d",
|
||||
},
|
||||
"extends": ["./tsconfig.json"],
|
||||
"exclude": ["./node_modules/*", "./lib/**/*.test.ts"]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue