mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Release angular.dev on each commit to the appropriate version of the documentation site based on the current state of the repository. PR Close #55792
19 lines
501 B
JSON
19 lines
501 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "Node16",
|
|
"target": "es2020",
|
|
"lib": ["es2021", "dom"],
|
|
"experimentalDecorators": true,
|
|
"strict": true,
|
|
"outDir": "../../../dist/tsc-non-bazel-out",
|
|
"skipLibCheck": true,
|
|
"noImplicitOverride": true,
|
|
// TODO(ESM): Remove this when Bazel also uses the Node resolution.
|
|
"esModuleInterop": true,
|
|
"noImplicitReturns": true,
|
|
"jsx": "react",
|
|
"jsxFactory": "h",
|
|
"jsxFragmentFactory": "Fragment"
|
|
},
|
|
"exclude": []
|
|
}
|