mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-12-30 20:07:52 +08:00
15 lines
358 B
JSON
15 lines
358 B
JSON
{
|
|
"extends": "@monkeytype/typescript-config/base.json",
|
|
"compilerOptions": {
|
|
"outDir": "./dist",
|
|
"rootDir": "./src",
|
|
"declaration": true,
|
|
"declarationMap": true,
|
|
"moduleResolution": "Bundler",
|
|
"module": "ES6",
|
|
"target": "ES2015",
|
|
"lib": ["es2019", "dom"]
|
|
},
|
|
"include": ["src"],
|
|
"exclude": ["node_modules", "dist"]
|
|
}
|