{ "compilerOptions": { "target": "ESNext", "module": "CommonJS", "removeComments": true, "strict": true, "noImplicitAny": true, "baseUrl": ".", "outDir": "dist", "experimentalDecorators": true, "emitDecoratorMetadata": true, "typeRoots": [ "node_modules/@types", "types" ] }, "exclude": [ "node_modules" ] }