mirror of
https://github.com/urbit/shrub.git
synced 2024-12-21 09:51:36 +03:00
debug: remove superfluous tsconfig file
Not sure why this one was added in.
This commit is contained in:
parent
9a9b944475
commit
641133751a
@ -21,5 +21,4 @@
|
|||||||
//"noFallthroughCasesInSwitch": true
|
//"noFallthroughCasesInSwitch": true
|
||||||
},
|
},
|
||||||
"include": ["src"],
|
"include": ["src"],
|
||||||
"references": [{ "path": "./tsconfig.node.json" }]
|
|
||||||
}
|
}
|
||||||
|
@ -1,11 +0,0 @@
|
|||||||
{
|
|
||||||
"compilerOptions": {
|
|
||||||
"composite": true,
|
|
||||||
"skipLibCheck": true,
|
|
||||||
"module": "ESNext",
|
|
||||||
"moduleResolution": "bundler",
|
|
||||||
"allowSyntheticDefaultImports": true,
|
|
||||||
"strict": true
|
|
||||||
},
|
|
||||||
"include": ["vite.config.ts"]
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user