influxdb/ui/tsconfig.test.json

26 lines
430 B
JSON
Raw Normal View History

{
"extends": "./tsconfig.json",
2019-10-17 22:40:45 +00:00
"exclude": [
"assets",
"build",
"node_modules",
"webpack.tsconfig.json",
2019-10-18 17:48:05 +00:00
"webpack.*.ts",
"coverage",
"__mocks__",
"cypress/**/*.js",
"jest.config.js"
2019-10-17 22:40:45 +00:00
],
"include": [
"src/**/*.md",
"src/**/*.svg",
"src/**/*.ts",
"src/**/*.tsx",
"cypress/**/*.ts",
"mocks/**/*.ts",
"mocks/**/*.tsx",
"jestSetup.ts",
"global.d.ts"
]
}