chore(tsconfig.json): remove "watch" option to avoid confusion as it is not needed

chore(tsconfig.json): add "baseUrl" option with value "./" to set the base URL for module resolution
This commit is contained in:
Sped0n
2023-11-01 23:24:05 +08:00
parent 788b9433ba
commit b496e23d9a

View File

@@ -1,10 +1,10 @@
{
"compilerOptions": {
"watch": false,
"lib": ["esnext", "dom"],
"removeComments": true,
"target": "es2021",
"module": "esnext",
"baseUrl": "./",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,