10 lines
141 B
JSON
10 lines
141 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"rootDir": "spec-main"
|
|
},
|
|
"include": [
|
|
"spec-main",
|
|
"typings"
|
|
]
|
|
}
|