8e01b654bc
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
20 lines
495 B
JSON
20 lines
495 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2016",
|
|
"experimentalDecorators": true,
|
|
"esModuleInterop": true,
|
|
"module": "commonjs",
|
|
"moduleResolution": "node",
|
|
"noUnusedLocals": true,
|
|
"noEmit": true,
|
|
"declaration": true,
|
|
"strict": true,
|
|
},
|
|
"include": ["./src/**/*.ts", "./spec/**/*.ts"],
|
|
"typedocOptions": {
|
|
"entryPoints": ["src/matrix.ts"],
|
|
"excludeExternals": true,
|
|
"out": "_docs",
|
|
},
|
|
}
|