mirror of
https://github.com/bolucat/Archive.git
synced 2025-09-26 20:21:35 +08:00
23 lines
445 B
JSON
23 lines
445 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"module": "ESNext",
|
|
"moduleResolution": "node",
|
|
"importHelpers": true,
|
|
"jsx": "preserve",
|
|
"esModuleInterop": true,
|
|
"resolveJsonModule": true,
|
|
"sourceMap": false,
|
|
"baseUrl": "./",
|
|
"strict": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"skipLibCheck": true
|
|
},
|
|
"include": [
|
|
"src"
|
|
],
|
|
"references": [
|
|
{ "path": "./tsconfig.node.json" }
|
|
]
|
|
}
|