* tests for components (WIP) * finished adding tests to components * added tests for providers * add test command to doc tests * fix imports * exclude test files * remove import * add vitest as dev dependency * fix build error * ignore test files from eslint * fix test from docs-ui
14 lines
285 B
JSON
14 lines
285 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "./dist/cjs",
|
|
"module": "CommonJS"
|
|
},
|
|
"exclude": [
|
|
"tailwind.config.js",
|
|
"postcss.config.js",
|
|
"**/__tests__/**",
|
|
"**/__mocks__/**"
|
|
]
|
|
} |