Files
Web-Printing-Toolkit/node_modules/dunder-proto/tsconfig.json
TheGreydiamond 7b45a854fe inital commit
2025-08-18 20:02:43 +02:00

10 lines
116 B
JSON

{
"extends": "@ljharb/tsconfig",
"compilerOptions": {
"target": "ES2021",
},
"exclude": [
"coverage",
],
}