FMHYedit/tsconfig.json

7 lines
109 B
JSON
Raw Normal View History

2023-10-31 00:02:25 +05:30
{
2023-11-12 13:39:41 +05:30
"extends": "./.nitro/types/tsconfig.json",
"compilerOptions": {
"verbatimModuleSyntax": true
}
2023-10-31 00:02:25 +05:30
}