{ "compilerOptions": { "lib": [ "ESNext" ], "target": "ESNext", "module": "ESNext", "moduleDetection": "force", "allowJs": true, "moduleResolution": "bundler", "experimentalDecorators": true, "emitDecoratorMetadata": true, "allowImportingTsExtensions": true, "verbatimModuleSyntax": true, "noEmit": true, "strict": true, "skipLibCheck": true, "noFallthroughCasesInSwitch": true, "noPropertyAccessFromIndexSignature": false, "types": [ "bun" ], "baseUrl": ".", "paths": { "@build/*": [ "./src/tools/build/*" ], "@project/*": [ "./*" ], "@spt/*": [ "./src/*" ], "@tests/*": [ "./tests/*" ] } } }