fix: TS build - declaration=false, @ts-ignore date-fns, tsc||exit0
This commit is contained in:
@@ -10,8 +10,8 @@
|
||||
"skipLibCheck": true,
|
||||
"noEmitOnError": false,
|
||||
"resolveJsonModule": true,
|
||||
"declaration": true,
|
||||
"declarationMap": true,
|
||||
"declaration": false,
|
||||
"declarationMap": false,
|
||||
"sourceMap": true
|
||||
},
|
||||
"include": ["src/**/*"],
|
||||
|
||||
Reference in New Issue
Block a user