utils/tsconfig.json
ztimson 210f007e07
All checks were successful
Build / Build NPM Project (push) Successful in 31s
Build / Tag Version (push) Successful in 7s
Build / Publish (push) Successful in 14s
Added padding utility and updated logger object
2024-02-28 23:43:07 -05:00

20 lines
375 B
JSON

{
"include": [
"src/**/*"
],
"compilerOptions": {
"composite": true,
"declaration": true,
"declarationMap": true,
"experimentalDecorators": true,
"esModuleInterop": true,
"inlineSourceMap": true,
"lib": ["ESNext", "DOM"],
"module": "ES6",
"moduleResolution": "Node",
"outDir": "./dist",
"strict": true,
"target": "ESNext"
}
}