13 lines
261 B
JSON
13 lines
261 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"rootDir": "../../",
|
||
|
"target": "es2016",
|
||
|
"module": "commonjs",
|
||
|
"outDir": "../output/electron",
|
||
|
"removeComments": true,
|
||
|
"forceConsistentCasingInFileNames": true,
|
||
|
"strict": true,
|
||
|
"skipLibCheck": true
|
||
|
}
|
||
|
}
|