2021-06-27 21:00:24 +08:00

15 lines
308 B
JSON

{
"compilerOptions": {
"target": "ES2017",
"noImplicitAny": false,
"module": "commonjs",
"sourceMap": true,
"outDir": "./dist",
"baseUrl":".",
"rootDir": "./",
"watch": false,
"strict": true,
"strictNullChecks": false,
"esModuleInterop": true
}
}