Add keyofStringsOnly in tsconfig
This commit is contained in:
parent
bc41a8c18c
commit
e26e15e2ae
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
"declaration": false,
|
"declaration": false,
|
||||||
"emitDecoratorMetadata": true,
|
"emitDecoratorMetadata": true,
|
||||||
"experimentalDecorators": true,
|
"experimentalDecorators": true,
|
||||||
// "keyofStringsOnly": true, // Habilitar apenas para Typescript 2.9
|
"keyofStringsOnly": true,
|
||||||
"mapRoot": "./dist/",
|
"mapRoot": "./dist/",
|
||||||
"module": "commonjs",
|
"module": "commonjs",
|
||||||
"moduleResolution": "node",
|
"moduleResolution": "node",
|
||||||
|
|
Loading…
Add table
Reference in a new issue