9 lines
125 B
JSON
9 lines
125 B
JSON
{
|
|
"extends": "../config/tsconfig.json",
|
|
"compilerOptions": {},
|
|
"include": [
|
|
".",
|
|
"../config/global.d.ts"
|
|
]
|
|
}
|