初始
This commit is contained in:
23
tsconfig.json
Normal file
23
tsconfig.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"@/*": ["src/*"]
|
||||
}
|
||||
},
|
||||
"files": [],
|
||||
"references": [
|
||||
{ "path": "./tsconfig.app.json" },
|
||||
{ "path": "./tsconfig.node.json" }
|
||||
],
|
||||
"include": ["env.d.ts"]
|
||||
}
|
||||
|
||||
// {
|
||||
// "files": [],
|
||||
// "references": [
|
||||
// { "path": "./tsconfig.app.json" },
|
||||
// { "path": "./tsconfig.node.json" }
|
||||
// ],
|
||||
// "include": ["env.d.ts"]
|
||||
// }
|
||||
Reference in New Issue
Block a user