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,
|
||||
"outDir": "./dist",
|
||||
"rootDir": "./lib",
|
||||
"strictPropertyInitialization": false,
|
||||
"resolveJsonModule": true
|
||||
"strictPropertyInitialization": true,
|
||||
"resolveJsonModule": true,
|
||||
"strictNullChecks": true
|
||||
},
|
||||
"include": [
|
||||
"lib/**/*"
|
||||
|
|
Loading…
Reference in a new issue