{ "compilerOptions": { "target": "ESNext", "lib": [ "ESNext" ], "module": "NodeNext", "rootDir": "./", "outDir": "./build", "esModuleInterop": true, "strict": true, "typeRoots": [ "./types" ], "experimentalDecorators": true, "emitDecoratorMetadata": true, "isolatedModules": true, "moduleResolution": "NodeNext", "skipLibCheck": true, }, "exclude": [ "*.example.ts" ] }