mirror of
https://github.com/silvanshade/tower-lsp-web-demo.git
synced 2025-01-22 19:56:04 +00:00
9 lines
127 B
JSON
9 lines
127 B
JSON
|
{
|
||
|
"extends": "../../tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"outDir": "dist",
|
||
|
"rootDir": "src"
|
||
|
},
|
||
|
"exclude": []
|
||
|
}
|