Add keyofStringsOnly in tsconfig
This commit is contained in:
parent
f08a577b2c
commit
c7b1a21822
1 changed files with 5 additions and 1 deletions
|
|
@ -5,6 +5,7 @@
|
|||
"declaration": true,
|
||||
"emitDecoratorMetadata": true,
|
||||
"experimentalDecorators": true,
|
||||
"keyofStringsOnly": true,
|
||||
"mapRoot": "./dist/",
|
||||
"module": "commonjs",
|
||||
"moduleResolution": "node",
|
||||
|
|
@ -15,7 +16,10 @@
|
|||
"node_modules/@types"
|
||||
]
|
||||
},
|
||||
"include": ["test/**/*", "src/**/*"],
|
||||
"include": [
|
||||
"test/**/*",
|
||||
"src/**/*"
|
||||
],
|
||||
"exclude": [
|
||||
"dist",
|
||||
"node_modules"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue