skipLibCheck: true

(Needed for `mocha` transitive dependency build failure)

Value: [1e-6 to 1e-4]
This commit is contained in:
Quinn Dougherty 2022-05-06 15:19:09 -04:00
parent 28cb6b9c88
commit 2b7e5b8245

View File

@ -11,14 +11,10 @@
"outDir": "./dist", "outDir": "./dist",
"declarationDir": "./dist", "declarationDir": "./dist",
"declaration": true, "declaration": true,
"composite": true "composite": true,
"skipLibCheck": true
}, },
"target": "ES6", "target": "ES6",
"include": ["src/**/*"], "include": ["src/**/*"],
"exclude": [ "exclude": ["node_modules", "**/*.spec.ts", "webpack.config.js"]
"../../node_modules",
"node_modules",
"**/*.spec.ts",
"webpack.config.js"
]
} }