10 lines
184 B
JSON
10 lines
184 B
JSON
![]() |
{
|
||
|
"extends": "../tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"rootDir": "./",
|
||
|
"paths": {
|
||
|
"docx": ["../build"]
|
||
|
}
|
||
|
},
|
||
|
"include": ["../demo"]
|
||
|
}
|