17 lines
298 B
JSON
17 lines
298 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"module": "commonjs",
|
||
|
"target": "es6",
|
||
|
"sourceMap": true,
|
||
|
"moduleResolution": "node"
|
||
|
},
|
||
|
"include": [
|
||
|
"./renderer",
|
||
|
"./crash_handler",
|
||
|
"./shared/*.ts",
|
||
|
"../native/*/exports/"
|
||
|
],
|
||
|
"exclude": [
|
||
|
"./renderer/imports/.copy_*.d.ts"
|
||
|
]
|
||
|
}
|