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