Skip to content
Snippets Groups Projects
tsconfig.spec.json 159 B
{
  "extends": "./tsconfig",
  "compilerOptions": {
    "moduleResolution": "node",
    "module": "CommonJS",
    "allowJs": false,
    "checkJs": false
  }
}