19 lines
417 B
JSON
19 lines
417 B
JSON
{
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"outDir": "./out/preload",
|
|
"module": "ESNext",
|
|
"moduleResolution": "bundler",
|
|
"target": "ES2022",
|
|
"lib": ["ES2022"],
|
|
"types": ["node"],
|
|
"strict": true,
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"declaration": true,
|
|
"sourceMap": true
|
|
},
|
|
"include": ["src/preload/**/*"]
|
|
}
|