smartopen/tsconfig.json

8 lines
112 B
JSON
Raw Normal View History

2022-03-18 01:15:17 +00:00
{
"compilerOptions": {
"target": "ES2020",
"module": "ES2020",
"moduleResolution": "node12"
}
}