-
Notifications
You must be signed in to change notification settings - Fork 129
Closed
Description
Expected behavior:
Recognize 'extends' property in tsconfig.json.
Actual behavior:
Does not recognize inherited file in tsconfig.json with property extends
Your gulpfile:
Include your gulpfile, or only the related task (with ts.createProject).
tsconfig.json
tsconfig file
"extends": "../base",
"include": [
"ts//*",
"typings//",
"assets/animations/**/"
]
base.json file
"compilerOptions": {
"noImplicitAny": false,
"target": "es5",
"declaration": true,
"sourceMap": true
},
"exclude":[
"./dist/**/*"
]
Include your tsconfig, if related to this issue.
Code
Include your TypeScript code, if necessary.
Metadata
Metadata
Assignees
Labels
No labels