generated from Tinkoff/angular-open-source-starter
-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: use shareable
@taiga-ui/tsconfig
(#711)
- Loading branch information
1 parent
34ffdd3
commit 3ea38d9
Showing
9 changed files
with
115 additions
and
698 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,27 @@ | ||
// TODO after update all "@nrwl/*"-packages to 13.8.6+: | ||
// 1. Drop this file | ||
// 2. Rename "tsconfig.base.json" => "tsconfig.json" | ||
{ | ||
"extends": "./tsconfig.base.json" | ||
"extends": "@taiga-ui/tsconfig", | ||
"exclude": ["projects/demo-integrations"], | ||
"angularCompilerOptions": { | ||
"strictTemplates": true | ||
}, | ||
"compilerOptions": { | ||
"baseUrl": "./", | ||
"outDir": "./dist/out-tsc", | ||
"typeRoots": ["node_modules/@types", "node_modules/@taiga-ui/tsconfig/@types"], | ||
"sourceMap": true, | ||
"module": "es2020", | ||
"jsx": "react-jsx", | ||
"target": "es2015", | ||
"lib": ["es2017", "es2018.asynciterable", "dom"], | ||
"checkJs": false, | ||
"paths": { | ||
"@demo/constants": ["projects/demo/src/app/constants/index.ts"], | ||
"@maskito/angular": ["projects/angular/src/index.ts"], | ||
"@maskito/core": ["projects/core/src/index.ts"], | ||
"@maskito/kit": ["projects/kit/src/index.ts"], | ||
"@maskito/phone": ["projects/phone/src/index.ts"], | ||
"@maskito/react": ["projects/react/src/index.ts"], | ||
"@maskito/vue": ["projects/vue/src/index.ts"] | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters