23 lines
427 B
JSON
23 lines
427 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "es6",
|
|
"sourceMap": true,
|
|
"moduleResolution": "node",
|
|
|
|
"baseUrl": "..",
|
|
"paths": {
|
|
"tc-shared/*": ["imports/shared-app/*"],
|
|
"tc-loader": ["imports/loader"]
|
|
}
|
|
},
|
|
"include": [
|
|
"./renderer",
|
|
"./crash_handler",
|
|
"./shared/*.ts",
|
|
"../native/*/exports/"
|
|
],
|
|
"exclude": [
|
|
"./renderer/imports/.copy_*.d.ts"
|
|
]
|
|
} |