2019-07-03 07:16:38 -04:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"module": "commonjs",
|
|
|
|
"target": "es6",
|
|
|
|
"sourceMap": true,
|
|
|
|
"moduleResolution": "node"
|
|
|
|
},
|
|
|
|
"include": [
|
|
|
|
"./renderer",
|
|
|
|
"./crash_handler",
|
2019-07-03 09:14:50 -04:00
|
|
|
"./shared/*.ts",
|
2019-07-03 07:16:38 -04:00
|
|
|
"../native/*/exports/"
|
|
|
|
],
|
|
|
|
"exclude": [
|
2019-07-03 09:14:50 -04:00
|
|
|
"./renderer/imports/.copy_*.d.ts"
|
2019-07-03 07:16:38 -04:00
|
|
|
]
|
|
|
|
}
|