mirror of
https://github.com/upscayl/upscayl.git
synced 2024-11-12 01:40:53 +01:00
16 lines
380 B
JSON
16 lines
380 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2016",
|
|
"module": "commonjs",
|
|
"rootDir": "./",
|
|
"outDir": "./export",
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"strict": true,
|
|
"noImplicitAny": false,
|
|
"skipLibCheck": true
|
|
},
|
|
"include": ["./electron/**/*", "./common/**/*"],
|
|
"exclude": ["node_modules", "public", "renderer"]
|
|
}
|