FMHYedit/api/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": {
2024-01-25 16:32:45 +00:00
"verbatimModuleSyntax": true
2024-02-25 01:13:16 +00:00
}
2023-11-12 16:42:57 +00:00
}