7 lines
126 B
JSON
7 lines
126 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"rootDir": "bin"
|
|
},
|
|
"include": ["bin/**/*.ts"]
|
|
}
|