smartstring/tsconfig.json

8 lines
114 B
JSON
Raw Normal View History

2022-03-18 21:50:24 +00:00
{
"compilerOptions": {
"target": "ES2022",
"module": "ES2022",
"moduleResolution": "nodenext"
}
}