mathup
Version:
Easy MathML authoring tool with a quick to write syntax
17 lines (16 loc) • 411 B
JSON
{
"compilerOptions": {
"target": "esnext",
"module": "nodenext",
"moduleResolution": "nodenext",
"allowSyntheticDefaultImports": true,
"strict": true,
"allowJs": true,
"checkJs": true,
"noEmit": true,
"baseUrl": ".",
"lib": ["esnext", "DOM", "DOM.iterable"]
},
"include": ["**/*.js"],
"exclude": ["**/*.config.js", "**/*.test.js", "bin/", "coverage/", "dist/"]
}