mirror of
https://github.com/SukkaW/Surge.git
synced 2025-12-12 01:00:34 +08:00
19 lines
443 B
JSON
19 lines
443 B
JSON
{
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"target": "esnext",
|
|
"moduleDetection": "force",
|
|
"module": "esnext",
|
|
"moduleResolution": "bundler",
|
|
"types": ["bun-types"],
|
|
"allowImportingTsExtensions": true,
|
|
"allowJs": true,
|
|
"noEmit": true,
|
|
"downlevelIteration": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"strict": true,
|
|
"skipLibCheck": true
|
|
}
|
|
}
|