mirror of
https://github.com/bolucat/Archive.git
synced 2025-12-24 13:28:37 +08:00
22 lines
504 B
JSON
22 lines
504 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": "./",
|
|
"target": "ESNext",
|
|
"useDefineForClassFields": true,
|
|
"lib": ["ESNext"],
|
|
"allowJs": true,
|
|
"skipLibCheck": true,
|
|
"esModuleInterop": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"strict": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"module": "ESNext",
|
|
"moduleResolution": "Node",
|
|
"resolveJsonModule": true,
|
|
"isolatedModules": true,
|
|
"composite": true,
|
|
},
|
|
"include": ["./"],
|
|
"exclude": ["deno"],
|
|
}
|