FMHYedit/tsconfig.json

7 lines
109 B
JSON
Raw Normal View History

2023-11-12 16:42:57 +00:00
{
"extends": "./.nitro/types/tsconfig.json",
"compilerOptions": {
"verbatimModuleSyntax": true
}
}