mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
e205dcb21b
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
20 lines
501 B
JSON
20 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": []
|
|
}
|