mirror of
https://github.com/jaywcjlove/wxmp.git
synced 2026-01-10 15:28:47 +08:00
28 lines
736 B
JSON
28 lines
736 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"esModuleInterop": true,
|
|
"declaration": true,
|
|
"target": "es5",
|
|
"lib": ["dom", "dom.iterable", "esnext"],
|
|
"allowJs": true,
|
|
"skipLibCheck": true,
|
|
"sourceMap": false,
|
|
"noImplicitAny": true,
|
|
"resolveJsonModule": true,
|
|
"moduleResolution": "node",
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"strict": true,
|
|
"outDir": "lib",
|
|
"baseUrl": "."
|
|
// "esModuleInterop": true,
|
|
// "allowSyntheticDefaultImports": true,
|
|
// "forceConsistentCasingInFileNames": true,
|
|
// "noFallthroughCasesInSwitch": true,
|
|
// "isolatedModules": false,
|
|
},
|
|
"include": ["src"]
|
|
}
|