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