Merge pull request #8 from ttshivers/fix_build
build: don't incrementally build
This commit is contained in:
commit
535686389b
1 changed files with 7 additions and 8 deletions
|
@ -1,10 +1,4 @@
|
|||
{
|
||||
"include": [
|
||||
"lib/**/*"
|
||||
],
|
||||
"exclude": [
|
||||
"node_modules"
|
||||
],
|
||||
"$schema": "https://json.schemastore.org/tsconfig",
|
||||
"display": "Node 18 + Strictest",
|
||||
"compilerOptions": {
|
||||
|
@ -37,8 +31,13 @@
|
|||
"sourceMap": true,
|
||||
"outDir": "./dist",
|
||||
"rootDir": "./lib",
|
||||
"incremental": true,
|
||||
"strictPropertyInitialization": false,
|
||||
"resolveJsonModule": true
|
||||
}
|
||||
},
|
||||
"include": [
|
||||
"lib/**/*"
|
||||
],
|
||||
"exclude": [
|
||||
"node_modules"
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue