18 lines
381 B
JSON
18 lines
381 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "esnext",
|
|
"module": "CommonJS",
|
|
"moduleResolution": "node",
|
|
"strict": true,
|
|
"resolveJsonModule": true,
|
|
"esModuleInterop": true,
|
|
"allowJs": true,
|
|
"outDir": "dist/main",
|
|
"forceConsistentCasingInFileNames": true,
|
|
"skipLibCheck": true
|
|
},
|
|
"include": [
|
|
"src/main/app.ts",
|
|
"src/main/preload.js",
|
|
]
|
|
} |