chore: remove unused files (#7509)

chore remove unused files
This commit is contained in:
Aakansha Doshi 2024-01-03 16:25:36 +05:30 committed by GitHub
parent a8064ba3ee
commit 49f15c736b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 25 deletions

View File

@ -1,5 +0,0 @@
if (process.env.NODE_ENV !== "development") {
import("./dist/dev/index.js");
} else {
import("./dist/prod/index.js");
}

View File

@ -1,20 +0,0 @@
{
"include": ["./**/*"],
"exclude": ["**/*.test.*", "tests", "types"],
"compilerOptions": {
"types": ["vite/client", "vite-plugin-svgr/client"],
"allowJs": true,
"declaration": true,
"emitDeclarationOnly": true,
"outDir": "types",
"jsx": "react-jsx",
"target": "es6",
"lib": ["dom", "dom.iterable", "esnext"],
"module": "ESNext",
"moduleResolution": "node",
"resolveJsonModule": true,
"skipLibCheck": true,
"allowSyntheticDefaultImports": true,
"strict": true
}
}