mirror of
https://github.com/ProtonMail/WebClients.git
synced 2026-01-11 20:06:40 +00:00
10 lines
197 B
JSON
10 lines
197 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "esnext",
|
|
"esModuleInterop": true
|
|
},
|
|
"ts-node": {
|
|
"ignore": ["/node_modules/(?!@proton)"]
|
|
}
|
|
}
|