12 lines
309 B
JSON
12 lines
309 B
JSON
{
|
|
"extends": "../../tsconfig.app.json",
|
|
"compilerOptions": {
|
|
"tsBuildInfoFile": "../../node_modules/.tmp/origins-demo.tsbuildinfo",
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@native-vue-router/core-v2": ["../../packages/core-v2/src/index.ts"]
|
|
}
|
|
},
|
|
"include": ["src/**/*.ts", "src/**/*.vue"]
|
|
}
|