cadl/eng/tsconfig.json

8 строки
111 B
JSON

{
"extends": "../tsconfig.base.json",
"compilerOptions": {
"noEmit": true
},
"include": ["**/*"]
}