Update tsconfig exclude

pull/10616/head
Andrew Watkins 2018-02-24 12:08:02 -07:00
parent fe6ffd8ae5
commit e1d2c1101f
1 changed files with 2 additions and 2 deletions

View File

@ -26,6 +26,6 @@
"sourceMap": true,
"baseUrl": "./",
"rootDir": "src",
"exclude": ["./assets/*", "./build/*", "./node_modules/*"]
}
},
"exclude": ["./assets/*", "./build/*", "./node_modules/*"]
}