Skip to content

Commit

Permalink
chore(flat-string): embed tsconfig.json to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
alimd committed Dec 20, 2023
1 parent 80aab20 commit 617835e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 13 deletions.
10 changes: 10 additions & 0 deletions packages/flat-string/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,15 @@
},
"devDependencies": {
"@alwatr/tsconfig-base": "workspace:^"
},
"tsconfig": {
"extends": "@alwatr/tsconfig-base",
"compilerOptions": {
"composite": true,
"tsBuildInfoFile": ".tsbuildinfo",
"rootDir": "src",
"outDir": "."
},
"include": ["src/**/*.ts"]
}
}
13 changes: 0 additions & 13 deletions packages/flat-string/tsconfig.json

This file was deleted.

0 comments on commit 617835e

Please sign in to comment.