🎨 Cleanup code formatting
This commit is contained in:
@@ -1,22 +1,23 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"jsx": "preserve",
|
||||
"jsxImportSource": "solid-js",
|
||||
"noImplicitAny": true,
|
||||
"target": "ES6",
|
||||
"moduleResolution": "node",
|
||||
"allowJs": true,
|
||||
"outDir": "build",
|
||||
"strict": true,
|
||||
"types": ["vite/client"],
|
||||
"noEmit": true,
|
||||
"isolatedModules": true,
|
||||
"plugins": [
|
||||
{
|
||||
"name": "typescript-eslint-language-service"
|
||||
}
|
||||
],
|
||||
"lib": ["ES2021", "DOM"],
|
||||
},
|
||||
"include": ["src"]
|
||||
"compilerOptions": {
|
||||
"jsx": "preserve",
|
||||
"jsxImportSource": "solid-js",
|
||||
"noImplicitAny": true,
|
||||
"target": "ES6",
|
||||
"module": "esnext",
|
||||
"moduleResolution": "node",
|
||||
"allowJs": true,
|
||||
"outDir": "build",
|
||||
"strict": true,
|
||||
"types": ["vite/client"],
|
||||
"noEmit": true,
|
||||
"isolatedModules": true,
|
||||
"plugins": [
|
||||
{
|
||||
"name": "typescript-eslint-language-service"
|
||||
}
|
||||
],
|
||||
"lib": ["ES2021", "DOM"],
|
||||
},
|
||||
"include": ["src"]
|
||||
}
|
||||
|
Reference in New Issue
Block a user