feat(init): all
This commit is contained in:
11
tsconfig.app.json
Normal file
11
tsconfig.app.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"extends": "@vue/tsconfig/tsconfig.dom.json",
|
||||
"exclude": ["node_modules"],
|
||||
"compilerOptions": {
|
||||
"composite": true,
|
||||
"noEmit": true,
|
||||
"paths": {
|
||||
"@/*": ["./src"]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user