mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2024-11-15 12:06:57 +08:00
c7b3e2c916
!nuf
11 lines
210 B
JSON
11 lines
210 B
JSON
{
|
|
"extends": "@monkeytype/typescript-config/base.json",
|
|
"compilerOptions": {
|
|
"target": "ES6"
|
|
},
|
|
"ts-node": {
|
|
"files": true
|
|
},
|
|
"files": ["../src/types/types.d.ts"],
|
|
"include": ["./**/*"]
|
|
}
|