12 lines
209 B
JSON
12 lines
209 B
JSON
|
{
|
||
|
"extends": "../../tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"types": [ "node", "jest" ],
|
||
|
"rootDir": "src",
|
||
|
"outDir": "build",
|
||
|
"noEmit": false,
|
||
|
"target": "es5"
|
||
|
},
|
||
|
"include": [ "src/" ]
|
||
|
}
|