2020-03-24 14:21:17 +00:00
|
|
|
{
|
|
|
|
"extends": "./tsconfig.release.json",
|
|
|
|
"compilerOptions": {
|
|
|
|
"noImplicitAny": false,
|
|
|
|
"checkJs": true
|
|
|
|
},
|
2020-04-27 17:36:28 +00:00
|
|
|
"include": ["src/**/*", "test/**/*", "typings/**/*.d.ts", "build-utils/**/*"]
|
2020-03-24 14:21:17 +00:00
|
|
|
}
|