carrier-signal-client/tsconfig.json
2020-08-23 00:33:34 +02:00

16 lines
305 B
JSON

{
"compilerOptions": {
"outDir": "./dist/",
"noImplicitAny": true,
"allowSyntheticDefaultImports": true,
"module": "es6",
"target": "es5",
"jsx": "react",
"allowJs": true,
"sourceMap": true,
"baseUrl": "./src/",
"paths": {
"@app/*": ["../src/*"]
}
}
}