* #239 Embedded fonts * Add boilerplate for font table * Fix linting * Fix linting * Fix odttf naming * Correct writing of fonts to relationships and font table new uuid function * Add font to run * Add demo Fix tests * Add character set support * Add tests * Write tests
10 lines
184 B
JSON
10 lines
184 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"rootDir": "./",
|
|
"paths": {
|
|
"docx": ["../build"]
|
|
}
|
|
},
|
|
"include": ["../demo"]
|
|
} |