11 lines
185 B
JSON
11 lines
185 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"rootDir": "./",
|
|
"paths": {
|
|
"docx": ["../build"]
|
|
}
|
|
},
|
|
"include": ["../demo"]
|
|
}
|