insomnia/packages/insomnia-app/tsconfig.webpack.json

20 lines
382 B
JSON
Raw Normal View History

{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"outDir": ".",
"rootDir": ".",
"resolveJsonModule": true,
"strict": false,
"module": "CommonJS",
"target": "ES5",
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"strictNullChecks": true,
},
"include": [
"package.json",
"webpack"
],
"exclude": []
}