carrier-signal-client/tsconfig.json

17 lines
306 B
JSON
Raw Permalink Normal View History

2020-08-23 00:33:34 +02:00
{
"compilerOptions": {
"outDir": "./dist/",
"noImplicitAny": true,
"allowSyntheticDefaultImports": true,
"module": "es6",
"target": "es5",
"jsx": "react",
"allowJs": true,
"sourceMap": true,
"baseUrl": "./src/",
"paths": {
"@app/*": ["../src/*"]
}
}
}