8 lines
144 B
JSON
8 lines
144 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"declaration": false,
|
|
"emitDeclarationOnly": false
|
|
},
|
|
"include": ["src"]
|
|
}
|