mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-17 01:02:45 +03:00
21 lines
442 B
JSON
21 lines
442 B
JSON
|
{
|
||
|
"extends": "./tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"outDir": "../../../dist/out-tsc",
|
||
|
"module": "commonjs",
|
||
|
"types": ["jest", "node"]
|
||
|
},
|
||
|
"include": [
|
||
|
"jest.config.ts",
|
||
|
"**/*.test.ts",
|
||
|
"**/*.spec.ts",
|
||
|
"**/*.test.tsx",
|
||
|
"**/*.spec.tsx",
|
||
|
"**/*.test.js",
|
||
|
"**/*.spec.js",
|
||
|
"**/*.test.jsx",
|
||
|
"**/*.spec.jsx",
|
||
|
"**/*.d.ts"
|
||
|
]
|
||
|
}
|