{ "extends": "@workspace/tooling/tsconfig/base.json", "compilerOptions": { "module": "nodenext", "moduleResolution": "nodenext", "emitDecoratorMetadata": true, "experimentalDecorators": true, "removeComments": true, "sourceMap": true, "declaration": true, "noImplicitAny": false, "strictBindCallApply": false, "noFallthroughCasesInSwitch": false, "allowSyntheticDefaultImports": true } }