mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
eb85c8a742
PR Close #29926
11 lines
156 B
JSON
11 lines
156 B
JSON
{
|
|
"extends": "../../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"module": "commonjs"
|
|
},
|
|
"include": [
|
|
"../shared/**/*.d.ts",
|
|
"**/*.ts"
|
|
]
|
|
}
|