2020-08-03 16:51:20 -04:00
|
|
|
{
|
2021-02-02 18:24:57 -05:00
|
|
|
"include": [
|
|
|
|
"src/**/*",
|
2022-04-12 00:08:57 -04:00
|
|
|
"src/*",
|
|
|
|
"src/**/*.ts",
|
|
|
|
"spec/**/*.ts"
|
2020-08-03 16:51:20 -04:00
|
|
|
],
|
|
|
|
"compilerOptions": {
|
|
|
|
"noImplicitAny": true,
|
2020-11-29 19:49:04 -05:00
|
|
|
"target": "es2016"
|
2020-08-03 16:51:20 -04:00
|
|
|
}
|
|
|
|
}
|