♻️ (typescript) enable strict mode everywhere (#2230)

This commit is contained in:
Matiss Janis Aboltins
2024-01-15 08:24:33 +00:00
committed by GitHub
parent cdefe6133f
commit f33bce41ea
350 changed files with 415 additions and 8 deletions

View File

@@ -1,3 +1,4 @@
// @ts-strict-ignore
import * as path from 'path';
import inject from '@rollup/plugin-inject';