smartstring/tsconfig.json
2022-03-18 22:50:24 +01:00

8 lines
114 B
JSON

{
"compilerOptions": {
"target": "ES2022",
"module": "ES2022",
"moduleResolution": "nodenext"
}
}