1
0
Fork 0
mirror of https://git.sr.ht/~cadence/cloudtube synced 2026-01-06 18:26:30 +00:00
cloudtube/jsconfig.json
2020-08-23 01:17:31 +12:00

9 lines
161 B
JSON

{
"compilerOptions": {
"target": "esnext",
"module": "esnext",
"checkJs": true,
"moduleResolution": "node",
"allowSyntheticDefaultImports": true
}
}