mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-04 05:34:51 +00:00
11 lines
195 B
JSON
11 lines
195 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"sourceMap": true,
|
|
"skipLibCheck": true,
|
|
"target": "es2015"
|
|
},
|
|
"exclude": [
|
|
"node_modules"
|
|
]
|
|
} |