10 lines
126 B
JSON
10 lines
126 B
JSON
|
{
|
||
|
"extends": "../../tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"module": "commonjs"
|
||
|
},
|
||
|
"include": [
|
||
|
"**/*.ts"
|
||
|
]
|
||
|
}
|