10 lines
158 B
JSON
10 lines
158 B
JSON
{
|
|
"extends": "./../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"rootDir": ".",
|
|
"declaration": true,
|
|
"outDir": "build"
|
|
},
|
|
"include": ["src"]
|
|
}
|