vega-frontend-monorepo/libs/tailwindcss-config/tsconfig.spec.json
2022-02-23 16:29:07 -08:00

10 lines
215 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "../../dist/out-tsc",
"module": "commonjs",
"types": ["jest", "node"]
},
"include": ["**/*.test.ts", "**/*.spec.ts", "**/*.d.ts"]
}