{ "compilerOptions": { "target": "es2017", "module": "commonjs", "rootDir": "./src", "outDir": "./build", "esModuleInterop": true, "strict": false, "experimentalDecorators": true, "emitDecoratorMetadata": true } }