chromium-proxy-settings/tsconfig.json
Mathieu Strypsteen 41b644a697
All checks were successful
Build / build (push) Successful in 18s
Build CRX file
2024-02-18 10:39:19 +01:00

7 lines
95 B
JSON

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