mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-18 20:51:46 +03:00
11 lines
260 B
JSON
11 lines
260 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "../../dist/out-tsc",
|
|
"module": "commonjs",
|
|
"types": ["node"]
|
|
},
|
|
"exclude": ["jest.config.ts", "**/*.spec.ts", "**/*.test.ts"],
|
|
"include": ["**/*.ts"]
|
|
}
|