mirror of
https://github.com/Boof2015/prism.git
synced 2026-08-12 05:10:51 +02:00
12 lines
242 B
JSON
12 lines
242 B
JSON
{
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"skipLibCheck": true,
|
|
"module": "ESNext",
|
|
"moduleResolution": "bundler",
|
|
"allowSyntheticDefaultImports": true,
|
|
"strict": true
|
|
},
|
|
"include": ["electron-vite.config.ts"]
|
|
}
|