generated from gxc-solutions/gxc-template-repo
Initial commit
This commit is contained in:
commit
bf0142bd6a
25 changed files with 2946 additions and 0 deletions
8
tsconfig.dev.json
Normal file
8
tsconfig.dev.json
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"rootDir": "./lib/src",
|
||||
"outDir": "./playground/lib",
|
||||
},
|
||||
"extends": ["./tsconfig.json"],
|
||||
"exclude": ["./node_modules/*", "./lib/**/*.test.ts"]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue