易货app
This commit is contained in:
19
node_modules/uni-simple-router/tsconfig.json
generated
vendored
Normal file
19
node_modules/uni-simple-router/tsconfig.json
generated
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "es5",
|
||||
"module": "CommonJS",
|
||||
"strict": true,
|
||||
"esModuleInterop": true,
|
||||
"skipLibCheck": true,
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"lib": ["ES2015", "DOM"],
|
||||
"outDir": "dist/src",
|
||||
"declaration": true,
|
||||
"declarationMap": false,
|
||||
"rootDir": "./src",
|
||||
"baseUrl": ".",
|
||||
"paths": {}
|
||||
},
|
||||
"include": ["./src/global.d.ts", "./src/*"],
|
||||
"exclude": ["node_modules", "**/*.spec.ts"]
|
||||
}
|
||||
Reference in New Issue
Block a user