Revision d95a0418b64bd366f0c51f2635ef0c24158b8bce authored by Tobias Koppers on 10 September 2021, 08:55:44 UTC, committed by Tobias Koppers on 10 September 2021, 08:55:44 UTC
1 parent 3fc0f9f
Raw File
tsconfig.types.json
{
  "compilerOptions": {
    "target": "ES2017",
    "module": "commonjs",
    "lib": ["es2017", "dom"],
    "allowJs": true,
    "checkJs": true,
    "noEmit": true,
    "strict": true,
    "noImplicitThis": true,
    "alwaysStrict": true,
    "types": ["node"],
    "esModuleInterop": true
  },
  "include": ["declarations.d.ts", "declarations/*.d.ts", "lib/**/*.js"]
}
back to top