axios-miniprogram/tsconfig.json

14 lines
257 B
JSON
Raw Normal View History

2023-03-23 20:09:00 +08:00
{
"compilerOptions": {
"rootDir": ".",
"baseUrl": ".",
"lib": ["ESNext"],
"target": "ESNext",
"module": "ESNext",
"strict": true,
"noEmit": true
},
"include": ["src", "test", "global.d.ts"],
"exclude": ["node_modules"]
}