mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 08:25:15 +00:00
Moved declaration and declarationDir to single files to prevent conflict with examples configs
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
{
|
||||
"extends": "./tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"declaration": true,
|
||||
"declarationDir": "lib/types",
|
||||
"outDir": "lib/cjs",
|
||||
"inlineSourceMap": true,
|
||||
"skipLibCheck": true,
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
{
|
||||
"extends": "./tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"declaration": true,
|
||||
"declarationDir": "lib/types",
|
||||
"outDir": "lib/esm",
|
||||
"inlineSourceMap": true,
|
||||
"skipLibCheck": true,
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"declaration": true,
|
||||
"declarationDir": "lib/types",
|
||||
"target": "es2018",
|
||||
"esModuleInterop": true,
|
||||
"newLine": "LF",
|
||||
|
||||
Reference in New Issue
Block a user