webpack/tsconfig.test.json

17 lines
377 B
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"]
}