16 lines
416 B
JSON
16 lines
416 B
JSON
{
|
|
"extends": "../../tsconfig.app.json",
|
|
"compilerOptions": {
|
|
"declaration": true,
|
|
"declarationMap": true,
|
|
"emitDeclarationOnly": true,
|
|
"noEmit": false,
|
|
"rootDir": "src",
|
|
"outDir": "dist",
|
|
"tsBuildInfoFile": "../../node_modules/.tmp/capacitor.tsbuildinfo",
|
|
"baseUrl": ".",
|
|
"paths": { "@native-vue-router/core": ["../core/dist/index.d.ts"] }
|
|
},
|
|
"include": ["src/**/*.ts"]
|
|
}
|