CHAL/front/tsconfig.json
Krzysztof Józefowicz e4a91de738 chal-2
2019-12-02 16:45:31 +01:00

13 lines
255 B
JSON

{
"compilerOptions": {
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"target": "ES5",
"baseUrl": "src",
"paths": {
"@/*": [
"app/*"
]
}
}
}