UNPKG

word-math

Version:

Extended version to compatible with OMML of Word Processing Document library

16 lines (15 loc) 263 B
{ "extends": "../tsconfig.base.json", "compilerOptions": { "noEmit": false, "baseUrl": "../src", "sourceRoot": "../src", "paths": { "s": [ "./" ], "s/*": [ "./*" ] } }, "files": [ "../src/index.ts" ] }