2020-08-16 20:42:52 +08:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
2021-02-17 22:27:40 +08:00
|
|
|
"target": "ESNext",
|
2021-07-19 08:47:16 +08:00
|
|
|
"module": "ESNext",
|
2020-08-16 20:42:52 +08:00
|
|
|
"moduleResolution": "node",
|
|
|
|
"importHelpers": true,
|
2021-02-17 22:27:40 +08:00
|
|
|
"jsx": "preserve",
|
2020-08-16 20:42:52 +08:00
|
|
|
"esModuleInterop": true,
|
2020-12-24 10:17:27 +08:00
|
|
|
"resolveJsonModule": true,
|
2020-08-16 20:42:52 +08:00
|
|
|
"sourceMap": true,
|
|
|
|
"baseUrl": "./",
|
|
|
|
"strict": true,
|
2021-11-11 17:52:50 +08:00
|
|
|
"paths": {},
|
2022-01-17 18:11:08 +08:00
|
|
|
"allowSyntheticDefaultImports": true,
|
|
|
|
"skipLibCheck": true
|
2022-06-13 22:10:18 +08:00
|
|
|
},
|
|
|
|
"references": [
|
|
|
|
{ "path": "./tsconfig.node.json" }
|
|
|
|
]
|
2020-08-16 20:42:52 +08:00
|
|
|
}
|