Files
Electron.NET/ElectronNET.Host/tsconfig.json

11 lines
195 B
JSON
Raw Normal View History

2017-10-07 01:32:19 +02:00
{
"compilerOptions": {
"module": "commonjs",
"target": "ES2019",
2018-09-26 01:31:53 +02:00
"sourceMap": true,
"skipLibCheck": true
2017-10-07 01:32:19 +02:00
},
"exclude": [
"node_modules"
]
}