11 lines
192 B
JSON
11 lines
192 B
JSON
|
|
{
|
||
|
|
"extends": "../../tsconfig.base.json",
|
||
|
|
"compilerOptions": {
|
||
|
|
"rootDir": "src",
|
||
|
|
"outDir": "dist",
|
||
|
|
"types": ["node", "react"]
|
||
|
|
},
|
||
|
|
"include": ["src"],
|
||
|
|
"exclude": ["dist"]
|
||
|
|
}
|