refactor(ts): make consistent with other packages
Make consistent with other packages commit-id:3a9a4cd2
This commit is contained in:
parent
1aefa1b381
commit
d6a84ff50e
1 changed files with 3 additions and 2 deletions
|
@ -31,8 +31,9 @@
|
||||||
"sourceMap": true,
|
"sourceMap": true,
|
||||||
"outDir": "./dist",
|
"outDir": "./dist",
|
||||||
"rootDir": "./lib",
|
"rootDir": "./lib",
|
||||||
"strictPropertyInitialization": false,
|
"strictPropertyInitialization": true,
|
||||||
"resolveJsonModule": true
|
"resolveJsonModule": true,
|
||||||
|
"strictNullChecks": true
|
||||||
},
|
},
|
||||||
"include": [
|
"include": [
|
||||||
"lib/**/*"
|
"lib/**/*"
|
||||||
|
|
Loading…
Reference in a new issue