{ "compilerOptions": { "outDir": "lib", "module": "CommonJS", "target": "ES2018", // "sourceMap": true, "noEmitOnError": true, "lib": ["ES2015", "dom"], "moduleResolution": "node", "declaration": true, "removeComments": false, "strictNullChecks": true, }, "include": ["./src/**/*.ts"] }