CHAL/front/tsconfig.json

13 lines
255 B
JSON
Raw Normal View History

2019-12-02 16:45:31 +01:00
{
"compilerOptions": {
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"target": "ES5",
"baseUrl": "src",
"paths": {
"@/*": [
"app/*"
]
}
}
}