mirror of
https://github.com/bolucat/Archive.git
synced 2025-12-24 13:28:37 +08:00
9 lines
188 B
JSON
9 lines
188 B
JSON
{
|
|
"compilerOptions": {
|
|
"skipLibCheck": true,
|
|
"esModuleInterop": true,
|
|
},
|
|
"include": ["./frontend/**/tsconfig.json", "./scripts/updater.ts"],
|
|
"exclude": ["node_modules"],
|
|
}
|