vega-frontend-monorepo/libs/tailwindcss-config/tsconfig.spec.json

10 lines
215 B
JSON
Raw Normal View History

2022-02-23 17:57:44 +00:00
{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "../../dist/out-tsc",
"module": "commonjs",
"types": ["jest", "node"]
},
"include": ["**/*.test.ts", "**/*.spec.ts", "**/*.d.ts"]
}