carrier-signal-client/tsconfig.json
ModZero 53487944bc Render positions
No frame syncs, so flickers terribly, and performance is garbage. But it
works.
2020-08-23 03:50:58 +02:00

17 lines
306 B
JSON

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