proton-WebClients/tsconfig.webpack.json
2024-11-27 18:30:11 +00:00

10 lines
197 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"target": "esnext",
"esModuleInterop": true
},
"ts-node": {
"ignore": ["/node_modules/(?!@proton)"]
}
}