chore(apps/documentation): remove tsconfig.node.json (#228)

This commit is contained in:
Marco Pasqualetti
2024-12-18 09:54:52 +01:00
committed by GitHub
parent 62ffed0624
commit f5c1641af2
2 changed files with 1 additions and 13 deletions
+1 -2
View File
@@ -32,6 +32,5 @@
// Completeness
"skipLibCheck": true
},
"include": ["src", "tuono.config.ts", "postcss.config.js"],
"references": [{ "path": "./tsconfig.node.json" }]
"include": ["src", "tuono.config.ts", "postcss.config.js"]
}
-11
View File
@@ -1,11 +0,0 @@
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true,
"strict": true
},
"include": ["vite.config.ts"]
}