tsrun/tsconfig.json
2022-03-12 14:43:54 +01:00

7 lines
111 B
JSON

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