1
0
mirror of https://git.sr.ht/~cadence/cloudtube synced 2024-09-18 18:27:29 +00:00
cloudtube/jsconfig.json
2020-08-23 01:17:31 +12:00

10 lines
161 B
JSON

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