Carbon/jsconfig.json
2020-10-12 02:25:53 +13:00

10 lines
161 B
JSON

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