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