Carbon/jsconfig.json

10 lines
161 B
JSON
Raw Normal View History

2020-10-12 02:25:53 +13:00
{
"compilerOptions": {
"target": "esnext",
"module": "esnext",
"checkJs": true,
"moduleResolution": "node",
"allowSyntheticDefaultImports": true
}
2020-10-12 02:25:53 +13:00
}