mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-28 20:01:33 +00:00
Remove unused ts aliases
This commit is contained in:
parent
65dbb38926
commit
f461a70970
1 changed files with 4 additions and 12 deletions
|
@ -22,17 +22,9 @@
|
||||||
"strictPropertyInitialization": false,
|
"strictPropertyInitialization": false,
|
||||||
"skipLibCheck": true,
|
"skipLibCheck": true,
|
||||||
"useUnknownInCatchVariables": false,
|
"useUnknownInCatchVariables": false,
|
||||||
"baseUrl": ".",
|
"baseUrl": "."
|
||||||
"paths": {
|
|
||||||
"@/*": ["./*"],
|
|
||||||
"@element/*": ["./src/element/*"],
|
|
||||||
"@component/*": ["./src/component/*"],
|
|
||||||
"@styleTree/*": ["./src/styleTree/*"],
|
|
||||||
"@theme/*": ["./src/theme/*"],
|
|
||||||
"@types/*": ["./src/util/*"],
|
|
||||||
"@themes/*": ["./src/themes/*"],
|
|
||||||
"@util/*": ["./src/util/*"]
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"exclude": ["node_modules"]
|
"exclude": [
|
||||||
|
"node_modules"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue