Merge branch 'IDTEAM-1.16.5-fixes' into 'main'
[ProtonMail-WebClient.git] / tsconfig.webpack.json
blob7fe2e505005d6bc5dd7a1c2fce8b4d51d49aa0b5
2     "compilerOptions": {
3         "module": "commonjs",
4         "target": "es5",
5         "esModuleInterop": true
6     },
7     "ts-node": {
8         "ignore": ["/node_modules/(?!@proton)"]
9     }