tsconfig: don't exclude any files
This commit is contained in:
parent
d2540b3596
commit
e1807c9250
|
@ -14,6 +14,5 @@
|
||||||
"experimentalDecorators": true,
|
"experimentalDecorators": true,
|
||||||
"esModuleInterop": true,
|
"esModuleInterop": true,
|
||||||
"typeRoots": [ "./types", "./node_modules/@types"]
|
"typeRoots": [ "./types", "./node_modules/@types"]
|
||||||
},
|
}
|
||||||
"exclude": ["node_modules", "types", "**/*.test.*", "**/__mocks__/*", "**/__tests__/*"]
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue