diff --git a/tsconfig.json b/tsconfig.json deleted file mode 100644 index 9f1f7b8..0000000 --- a/tsconfig.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "compilerOptions": { - "target": "ES2024", - "module": "es2022", - "moduleResolution": "bundler", - "lib": [ - "ES2024" - ], - "outDir": "./lib", - "rootDir": "./src", - "strict": true, - "esModuleInterop": true, - "forceConsistentCasingInFileNames": true, - "skipLibCheck": true, - "declaration": true, - "declarationMap": true, - "sourceMap": true - }, - "exclude": [ - "node_modules", - "**/*.test.ts", - "lib" - ] -} diff --git a/tsconfig.json edit b/tsconfig.json edit new file mode 100644 index 0000000..74a15c6 --- /dev/null +++ b/tsconfig.json edit @@ -0,0 +1,17 @@ +{ + "compilerOptions": { + "target": "ES2024", + "module": "es20223 + "moduleResolution": "bundler", + "lib": [ + "ES20" + ], + "outDir": "./lib", + "rootDir": "./src", + "strict": false, + "esModuleInterop": false, + "forceConsistentCasingInFileNames": true, + "skipLibCheck": false + "declaration": false + "declarationMap": false + "sourceMap": false