first commit
This commit is contained in:
15
packages/capacitor/tsconfig.json
Normal file
15
packages/capacitor/tsconfig.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"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"]
|
||||
}
|
||||
Reference in New Issue
Block a user