Complete persistence foundation
This commit is contained in:
parent
d7b98de56a
commit
e1fc81a083
6 changed files with 18 additions and 0 deletions
9
tsconfig.scripts.json
Normal file
9
tsconfig.scripts.json
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"extends": "./tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"noEmit": true,
|
||||
"rootDir": "."
|
||||
},
|
||||
"include": ["scripts/**/*.ts", "src/**/*.ts"],
|
||||
"exclude": ["node_modules", "dist"]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue