15 lines
290 B
JSON
Raw Normal View History

2021-06-27 21:00:24 +08:00
{
"compilerOptions": {
"target": "ES2017",
"noImplicitAny": false,
"module": "commonjs",
"sourceMap": true,
"outDir": "./dist",
2022-11-29 23:02:06 +08:00
"baseUrl": ".",
2021-06-27 21:00:24 +08:00
"rootDir": "./",
"strict": true,
"strictNullChecks": false,
"esModuleInterop": true
}
2022-11-29 23:02:06 +08:00
}