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