13 lines
280 B
JSON
13 lines
280 B
JSON
{
|
|
"extends": "./tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"paths": {
|
|
"@/*": ["src/*"],
|
|
"~/*": ["typings/*"]
|
|
},
|
|
"types": ["@vue-macros/reactivity-transform/macros-global"]
|
|
},
|
|
"include": ["src", "typings"],
|
|
"exclude": ["node_modules", "**/dist"]
|
|
}
|