chore: lint

This commit is contained in:
karishmas6
2024-10-24 18:58:46 +05:30
parent 42a5b088b6
commit b4e9c8b437

View File

@@ -1,11 +1,7 @@
{ {
"compilerOptions": { "compilerOptions": {
"target": "es6", "target": "es6",
"lib": [ "lib": ["dom", "dom.iterable", "esnext"],
"dom",
"dom.iterable",
"esnext"
],
"allowJs": true, "allowJs": true,
"skipLibCheck": true, "skipLibCheck": true,
"esModuleInterop": true, "esModuleInterop": true,
@@ -21,7 +17,5 @@
"jsx": "react-jsx", "jsx": "react-jsx",
"outDir": "./build" "outDir": "./build"
}, },
"include": [ "include": ["src"]
"src"
]
} }