diff --git a/apps/documentation/tsconfig.json b/apps/documentation/tsconfig.json index e6db9a03..9cd135c1 100644 --- a/apps/documentation/tsconfig.json +++ b/apps/documentation/tsconfig.json @@ -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"] } diff --git a/apps/documentation/tsconfig.node.json b/apps/documentation/tsconfig.node.json deleted file mode 100644 index 97ede7ee..00000000 --- a/apps/documentation/tsconfig.node.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "compilerOptions": { - "composite": true, - "skipLibCheck": true, - "module": "ESNext", - "moduleResolution": "bundler", - "allowSyntheticDefaultImports": true, - "strict": true - }, - "include": ["vite.config.ts"] -}