45d05b38f9
* fix: disallow updating custom node before validation * fix: format * fix: lint * feat: add node switcher component tests * fix: environment filter
21 lines
410 B
JSON
21 lines
410 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "../../dist/out-tsc",
|
|
"module": "commonjs",
|
|
"types": ["jest", "node", "@testing-library/jest-dom"]
|
|
},
|
|
"include": [
|
|
"**/*.test.ts",
|
|
"**/*.spec.ts",
|
|
"**/*.test.tsx",
|
|
"**/*.spec.tsx",
|
|
"**/*.test.js",
|
|
"**/*.spec.js",
|
|
"**/*.test.jsx",
|
|
"**/*.spec.jsx",
|
|
"**/*.d.ts",
|
|
"**/__mocks__/*.tsx"
|
|
]
|
|
}
|