smartopen/tsconfig.json
2022-03-18 02:15:17 +01:00

8 lines
112 B
JSON

{
"compilerOptions": {
"target": "ES2020",
"module": "ES2020",
"moduleResolution": "node12"
}
}