mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-19 01:51:54 +03:00
23 lines
573 B
JSON
23 lines
573 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "../../../dist/out-tsc",
|
|
"types": ["node"]
|
|
},
|
|
"files": [
|
|
"../../../node_modules/@nrwl/react/typings/cssmodule.d.ts",
|
|
"../../../node_modules/@nrwl/react/typings/image.d.ts"
|
|
],
|
|
"exclude": [
|
|
"**/*.spec.ts",
|
|
"**/*.test.ts",
|
|
"**/*.spec.tsx",
|
|
"**/*.test.tsx",
|
|
"**/*.spec.js",
|
|
"**/*.test.js",
|
|
"**/*.spec.jsx",
|
|
"**/*.test.jsx"
|
|
],
|
|
"include": ["**/*.js", "**/*.jsx", "**/*.ts", "**/*.tsx"]
|
|
}
|