Sia-EventUI/jsconfig.json

20 строки
375 B
JSON

{
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"baseUrl": "./",
"paths": {
"*": ["src/*"],
"test/*": ["test/*"],
"cfg/*": ["cfg/*"]
},
"experimentalDecorators": true,
"noFallthroughCasesInSwitch": true,
"target": "esnext"
},
"exclude": [
"dist/*",
"coverage/*",
"temp/*"
]
}