UNPKG

dd-uni-simple-router

Version:

> 一个更为简洁的[Vue-router](https://router.vuejs.org/zh/),专为 [uni-app](https://uniapp.dcloud.io/) 量身打造

20 lines (19 loc) 452 B
{ "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"] }