chore(examples): Remove tsconfig.node.js file from examples (#245)

This commit is contained in:
Jovan Milosevic
2024-12-22 20:12:19 +01:00
committed by GitHub
parent f1ab7df5ce
commit f8158dfd8e
6 changed files with 3 additions and 39 deletions
+1 -2
View File
@@ -20,6 +20,5 @@
"noUnusedParameters": true,
"noFallthroughCasesInSwitch": true
},
"include": ["src", "tuono.config.ts"],
"references": [{ "path": "./tsconfig.node.json" }]
"include": ["src", "tuono.config.ts"]
}
-11
View File
@@ -1,11 +0,0 @@
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true,
"strict": true
},
"include": ["vite.config.ts"]
}
+1 -2
View File
@@ -23,6 +23,5 @@
"@/*": ["./src/*"]
}
},
"include": ["src", "tuono.config.ts"],
"references": [{ "path": "./tsconfig.node.json" }]
"include": ["src", "tuono.config.ts"]
}
@@ -1,11 +0,0 @@
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true,
"strict": true
},
"include": ["vite.config.ts"]
}
+1 -2
View File
@@ -20,6 +20,5 @@
"noUnusedParameters": true,
"noFallthroughCasesInSwitch": true
},
"include": ["src", "tuono.config.ts"],
"references": [{ "path": "./tsconfig.node.json" }]
"include": ["src", "tuono.config.ts"]
}
-11
View File
@@ -1,11 +0,0 @@
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true,
"strict": true
},
"include": ["vite.config.ts"]
}