dees-domtools/tsconfig.json
2022-03-16 13:39:50 +01:00

6 lines
77 B
JSON

{
"compilerOptions": {
"target": "ES2020",
"module": "Node12"
}
}