mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-23 22:33:57 +08:00
14 lines
301 B
JSON
14 lines
301 B
JSON
|
{
|
||
|
"extends": "@monkeytype/typescript-config/base.json",
|
||
|
"compilerOptions": {
|
||
|
"outDir": "./dist",
|
||
|
"rootDir": "./src",
|
||
|
"declaration": true,
|
||
|
"declarationMap": true,
|
||
|
"moduleResolution": "Node",
|
||
|
"module": "ES6"
|
||
|
},
|
||
|
"include": ["src"],
|
||
|
"exclude": ["node_modules", "dist"]
|
||
|
}
|