Carbon/jsconfig.json

10 lines
161 B
JSON
Raw Normal View History

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