mirror of
https://github.com/Llewellynvdm/nativefier.git
synced 2024-10-31 18:52:30 +00:00
15 lines
291 B
JSON
15 lines
291 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"allowJs": false,
|
||
|
"declaration": true,
|
||
|
"esModuleInterop": true,
|
||
|
"incremental": true,
|
||
|
"module": "commonjs",
|
||
|
"moduleResolution": "node",
|
||
|
"resolveJsonModule": true,
|
||
|
"skipLibCheck": true,
|
||
|
"sourceMap": true,
|
||
|
"strict": true,
|
||
|
},
|
||
|
}
|