1{ 2 "compilerOptions": { 3 "module": "CommonJS", 4 "target": "ES6", 5 "noImplicitAny": true, 6 "noImplicitReturns": true, 7 "noImplicitThis": true, 8 "removeComments": true, 9 "preserveConstEnums": true, 10 "sourceMap": true, 11 "outDir": "build", 12 "strict": true 13 }, 14 15 "include": ["test/**/*"] 16}