10 lines
149 B
JSON
10 lines
149 B
JSON
|
{
|
||
|
"extends": "./tsconfig.json",
|
||
|
"include": ["./lib"],
|
||
|
"compilerOptions": {
|
||
|
"rootDir": ".",
|
||
|
"outDir": "dist",
|
||
|
"noEmit": false
|
||
|
}
|
||
|
}
|