Files
explorer-api/tsconfig.json
Igor Lins e Silva c76ba68cb8 Update tsconfig.json
2020-03-13 23:41:49 -03:00

21 lines
373 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"target": "ES2019",
"allowSyntheticDefaultImports": true,
"noImplicitAny": false,
"moduleResolution": "node",
"sourceMap": true,
"allowJs": false,
"typeRoots": [
"node_modules/@types",
"types"
]
},
"exclude": [
"node_modules",
"hyperion-explorer",
"build"
]
}