chromium-proxy-settings/tsconfig.json
Mathieu Strypsteen 7f52254c6b
All checks were successful
Build / build (push) Successful in 33s
Add eslint
2024-02-18 14:22:59 +01:00

8 lines
119 B
JSON

{
"compilerOptions": {
"target": "es2022",
"module": "es2022",
"outDir": "out",
"strict": true
}
}