60 lines
1.4 KiB
JSON
60 lines
1.4 KiB
JSON
{
|
|
"compileOnSave": true,
|
|
"compilerOptions": {
|
|
"experimentalDecorators": true,
|
|
"resolveJsonModule": true,
|
|
"alwaysStrict": true,
|
|
"strict": true,
|
|
"sourceMap": true,
|
|
"jsx": "react-jsx",
|
|
"target": "ES5",
|
|
"lib": [
|
|
"ESNext",
|
|
"DOM"
|
|
],
|
|
"baseUrl": "./",
|
|
"paths": {
|
|
"@Behavior/*": [
|
|
"./source/Behavior/*"
|
|
],
|
|
"@Group/*": [
|
|
"./source/Group/*"
|
|
],
|
|
"@Model/*": [
|
|
"./source/Model/*"
|
|
],
|
|
"@GLRender/*": [
|
|
"./source/GLRender/*"
|
|
],
|
|
"@Context/*": [
|
|
"./source/Context/*"
|
|
],
|
|
"@Component/*": [
|
|
"./source/Component/*"
|
|
],
|
|
"@Input/*": [
|
|
"./source/Input/*"
|
|
],
|
|
"@Localization/*": [
|
|
"./source/Localization/*"
|
|
],
|
|
"@Panel/*": [
|
|
"./source/Panel/*"
|
|
],
|
|
"@Service/*": [
|
|
"./source/Service/*"
|
|
],
|
|
"@Electron/*": [
|
|
"./source/Electron/*"
|
|
],
|
|
}
|
|
},
|
|
"include": [
|
|
"source/**/*"
|
|
],
|
|
"exclude": [
|
|
"node_modules",
|
|
"build",
|
|
"config"
|
|
]
|
|
} |