Skip to content

Commit

Permalink
build: fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
huanhuanwa committed Jul 16, 2024
1 parent 4f058a1 commit c51461a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
"test": "ng test grid"
},
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/worktile/ai-table"
},
"dependencies": {
"@angular/animations": "^18.0.0",
"@angular/cdk": "^18.0.2",
Expand Down
5 changes: 5 additions & 0 deletions packages/grid/tsconfig.lib.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,10 @@
"types": [],
"lib": ["dom", "es2018"]
},
"angularCompilerOptions": {
"skipTemplateCodegen": true,
"strictMetadataEmit": true,
"enableResourceInlining": true
},
"exclude": ["test.ts", "core/**/**", "**/*.spec.ts"]
}

0 comments on commit c51461a

Please sign in to comment.