053712c8d3
There's probably a cleaner way to do this...
11 lines
114 B
JSON
11 lines
114 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"noEmit": true
|
|
},
|
|
"include":[
|
|
"*.ts"
|
|
]
|
|
}
|
|
|