Fix typescript
This commit is contained in:
+13
-4
@@ -3,16 +3,25 @@
|
||||
"outDir": "./dist/",
|
||||
"sourceMap": true,
|
||||
"noImplicitAny": false,
|
||||
"esModuleInterop": true,
|
||||
"experimentalDecorators": true,
|
||||
"emitDecoratorMetadata": true,
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"resolveJsonModule": true,
|
||||
"module": "commonjs",
|
||||
"target": "es5",
|
||||
"jsx": "react",
|
||||
"lib": ["es5", "es6", "es7", "dom"],
|
||||
"experimentalDecorators": true,
|
||||
"typeRoots": [
|
||||
"./types",
|
||||
],
|
||||
"types": [
|
||||
"node"
|
||||
"node",
|
||||
"jest"
|
||||
]
|
||||
},
|
||||
"include": [
|
||||
"./src/**/*"
|
||||
]
|
||||
"./src/**/*",
|
||||
"./types/**/*"
|
||||
],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user