dees-domtools/tsconfig.json

6 lines
77 B
JSON
Raw Normal View History

2022-03-16 12:39:50 +00:00
{
"compilerOptions": {
"target": "ES2020",
"module": "Node12"
}
}