mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-09-19 21:18:59 +08:00
12 lines
269 B
JSON
12 lines
269 B
JSON
{
|
|
"extends": "@monkeytype/typescript-config/base.json",
|
|
"compilerOptions": {
|
|
"outDir": "./dist",
|
|
"rootDir": "./src",
|
|
"declaration": true,
|
|
"declarationMap": true,
|
|
"target": "ES6"
|
|
},
|
|
"include": ["src"],
|
|
"exclude": ["node_modules", "dist"]
|
|
}
|