mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2024-11-11 18:03:30 +08:00
16 lines
365 B
JSON
16 lines
365 B
JSON
{
|
|
"compilerOptions": {
|
|
"incremental": true,
|
|
"module": "commonjs",
|
|
"target": "es6",
|
|
"sourceMap": false,
|
|
"allowJs": true,
|
|
"checkJs": true,
|
|
"outDir": "build",
|
|
"moduleResolution": "node",
|
|
"resolveJsonModule": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"esModuleInterop": true
|
|
},
|
|
"exclude": ["node_modules", "build"]
|
|
}
|