Files
archived-headscalez/tsconfig.json
2021-07-06 12:15:29 +02:00

9 lines
158 B
JSON

{
"compilerOptions": {
"moduleResolution": "Node",
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"target": "ESNext"
},
}