Carbon/jsconfig.json
2020-10-19 10:45:17 +02:00

9 lines
173 B
JSON

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