axios-miniprogram/tsconfig.json

18 lines
367 B
JSON

{
"compilerOptions": {
"rootDir": ".",
"baseUrl": ".",
"lib": ["ESNext"],
"target": "ESNext",
"module": "ESNext",
"strict": true,
"noEmit": true,
"moduleResolution": "node",
"paths": {
"@/*": ["src/*"]
}
},
"include": ["./src", "./test", "./global.d.ts", "./global.variables.d.ts"],
"exclude": ["node_modules"]
}