| { | |
| "compilerOptions": { | |
| "allowJs": true, | |
| "esModuleInterop": true, | |
| "module": "commonjs", | |
| "noImplicitAny": true, | |
| "sourceMap": true, | |
| "strict": true, | |
| "target": "es2017", | |
| "types": ["mocha", "chai", "node"] | |
| }, | |
| "include": ["./modules/**/*.ts", "./pages/**/*.ts"] | |
| } |