forked from nightcord/mac
15 lines
343 B
JSON
15 lines
343 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2020",
|
|
"module": "commonjs",
|
|
"lib": ["ES2020"],
|
|
"outDir": "./dist-desktop",
|
|
"rootDir": "./desktop",
|
|
"strict": false,
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true,
|
|
"resolveJsonModule": true
|
|
},
|
|
"include": ["desktop/**/*"]
|
|
}
|