Files
yet-another-cad-viewer/tsconfig.json
2024-02-10 13:37:30 +01:00

6 lines
101 B
JSON

{
"compilerOptions": {
"lib": ["ES2020", "DOM"],
"allowSyntheticDefaultImports": true
}
}