mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2026-01-01 13:04:44 +08:00
10 lines
216 B
JSON
10 lines
216 B
JSON
{
|
|
"extends": "@monkeytype/typescript-config/base.json",
|
|
"compilerOptions": {
|
|
"outDir": "./dist",
|
|
"rootDir": "./src",
|
|
"target": "ES6"
|
|
},
|
|
"include": ["src"],
|
|
"exclude": ["node_modules", "dist"]
|
|
}
|