-
Дмитрий Малюгин authoredДмитрий Малюгин authored
tsconfig.json 332 B
{
"include": [
"*.d.ts",
"src/**/*.ts",
"src/**/*.d.ts",
"src/**/*.vue",
],
"exclude": [
"node_modules"
],
"compilerOptions": {
"paths": {
"@/*": ["./src/*"]
},
},
"references": [
{
"path": "./tsconfig.node.json"
},
{
"path": "./tsconfig.app.json"
}
]
}