Rename vite plugin
Lint / lint (push) Failing after 38s

This commit is contained in:
Julien Valverdé
2026-07-25 22:44:09 +02:00
parent 23547afe91
commit c40df980ed
14 changed files with 22 additions and 22 deletions
+19
View File
@@ -0,0 +1,19 @@
{
"compilerOptions": {
"lib": ["ESNext"],
"target": "ESNext",
"module": "NodeNext",
"moduleDetection": "force",
"moduleResolution": "NodeNext",
"verbatimModuleSyntax": true,
"strict": true,
"skipLibCheck": true,
"noFallthroughCasesInSwitch": true,
"rootDir": "./src",
"outDir": "./dist",
"declaration": true,
"sourceMap": true
},
"include": ["./src"],
"exclude": ["**/*.test.ts", "**/*.spec.ts"]
}