mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-19 17:41:42 +03:00
11 lines
255 B
JSON
11 lines
255 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"sourceMap": false,
|
|
"outDir": "../../dist/out-tsc",
|
|
"allowJs": true,
|
|
"types": ["cypress", "node"]
|
|
},
|
|
"include": ["src/**/*.ts", "src/**/*.js"]
|
|
}
|