mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-09-27 09:13:32 +08:00
### Description Allows enabling multiple funboxes that have a stylesheet. Which funboxes should be deemed compatible with each other will need some discussion --------- Co-authored-by: Jack <jack@monkeytype.com> Co-authored-by: Christian Fehmer <cfe@sexy-developer.com>
15 lines
351 B
JSON
15 lines
351 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"]
|
|
},
|
|
"include": ["src"],
|
|
"exclude": ["node_modules", "dist"]
|
|
}
|