123456789101112131415 |
- {
- "compilerOptions": {
- "types": ["mocha", "node"],
- "target": "es6",
- "sourceMap": true,
- "noImplicitThis": true,
- "strictBindCallApply": true,
- "strictNullChecks": true,
- "strictFunctionTypes": true,
- "strictPropertyInitialization": true,
- "alwaysStrict": true,
- "moduleResolution": "node",
- "module": "commonjs",
- },
- }
|