axios-miniprogram/tsconfig.json

13 lines
221 B
JSON
Raw Normal View History

2021-05-11 10:22:44 +08:00
{
"compilerOptions": {
"baseUrl": ".",
"outDir": "dist",
"sourceMap": true,
"target": "esnext",
"module": "esnext",
"strict": true,
"lib": ["esnext"]
},
"include": ["src", "__tests__"]
}