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": {
"target": "es6",
"lib": [
"dom",
"dom.iterable",
"esnext"
],
"lib": ["dom", "dom.iterable", "esnext"],
"allowJs": true,
"skipLibCheck": true,
"esModuleInterop": true,
@@ -21,7 +17,5 @@
"jsx": "react-jsx",
"outDir": "./build"
},
"include": [
"src"
]
"include": ["src"]
}