smartguard/tsconfig.json

8 lines
114 B
JSON
Raw Normal View History

2022-03-21 20:53:46 +00:00
{
"compilerOptions": {
"target": "ES2022",
"module": "ES2022",
"moduleResolution": "nodenext"
}
}