Skip to content

Commit

Permalink
fix: revert change to monorepo tsconfig, apply to tsconfig in rich-te…
Browse files Browse the repository at this point in the history
…xt-types (#358)

* fix: add inline sources to packages

* fix: revert change to monorepo tsconfig, apply only in rich-text-types

* fix: remove in global tsconfig
MayaGillilan authored Aug 31, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent bca6abb commit 56126cc
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion packages/rich-text-types/tsconfig.json
Original file line number Diff line number Diff line change
@@ -4,7 +4,8 @@
"declarationDir": "dist/types",
"outDir": "dist",
"typeRoots": ["../../node_modules/@types", "node_modules/@types", "src/typings"],
"types": ["jest", "node"]
"types": ["jest", "node"],
"inlineSources": true,
},
"include": ["src"]
}
1 change: 0 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -15,7 +15,6 @@
"strict": true,
"strictNullChecks": false,
"sourceMap": true,
"inlineSources": true,
"declaration": true,
"allowSyntheticDefaultImports": true,
"experimentalDecorators": true,

0 comments on commit 56126cc

Please sign in to comment.