blob: 8542ebfc3c4866cca629000002e30565aec02b2c [file] [log] [blame]
{
"extends": "./tsconfig/tsconfig.base.json",
"formatCodeOptions": {
"tabSize": 4,
"indentSize": 4
},
"compilerOptions": {
"target": "ESNEXT",
"module": "commonjs",
"noEmit": true
}
}