Revision 77329b4d0e1aa35e26d8a32b2a8968a824b5de9c authored by Tobias Koppers on 13 October 2020, 12:37:31 UTC, committed by Tobias Koppers on 13 October 2020, 12:37:31 UTC
1 parent 48c10f3
Raw File
tsconfig.test.json
{
  "compilerOptions": {
    "target": "ES2017",
    "module": "commonjs",
    "lib": ["es2017", "dom"],
    "allowJs": true,
    "checkJs": true,
    "noEmit": true,
    "strict": false,
    "noImplicitThis": true,
    "alwaysStrict": true,
    "types": ["node", "jest"],
    "esModuleInterop": true
  },
  "include": ["test/**/webpack.config.js", "declarations.test.d.ts"]
}
back to top