From 30fed9da228ef9bab5734e000e598ff380cb55f5 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Wed, 17 Apr 2024 20:28:04 +0200 Subject: bye bye bun --- tsconfig.json | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 tsconfig.json (limited to 'tsconfig.json') diff --git a/tsconfig.json b/tsconfig.json deleted file mode 100644 index fdcb3f0..0000000 --- a/tsconfig.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "compilerOptions": { - "tsBuildInfoFile": ".cache/tsconfig.tsbuildinfo", - - // Enable latest features - "lib": ["ESNext"], - "target": "ESNext", - "module": "ESNext", - "moduleDetection": "force", - - // Bundler mode - "moduleResolution": "bundler", - "allowImportingTsExtensions": true, - "verbatimModuleSyntax": true, - "noEmit": true, - - // Best practices - "strict": true, - "skipLibCheck": true, - "noFallthroughCasesInSwitch": true, - - // Some stricter flags - "noUnusedLocals": true, - "noUnusedParameters": true, - "noPropertyAccessFromIndexSignature": true, - "paths": { - "toml-matter": ["./node_modules/toml-matter"] - }, - "types": [] - } -} -- cgit 1.4.1