13 lines
259 B
JSON
13 lines
259 B
JSON
{
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"target": "ESNext",
|
|
"module": "NodeNext",
|
|
"moduleResolution": "NodeNext",
|
|
"esModuleInterop": true,
|
|
"outDir": "../../dist-electron",
|
|
"skipLibCheck": true
|
|
//"types": ["../../types"]
|
|
}
|
|
}
|