mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-16 22:07:09 +08:00
chore: migrate blocksuite test (#9222)
This commit is contained in:
15
blocksuite/tests-legacy/tsconfig.json
Normal file
15
blocksuite/tests-legacy/tsconfig.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"extends": "../tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"baseUrl": ".",
|
||||
"noEmit": true,
|
||||
"composite": false,
|
||||
"paths": {
|
||||
"@blocks/*": ["../blocks/src/*"],
|
||||
"@inline/*": ["../framework/inline/src/*"],
|
||||
"@store/*": ["../framework/store/src/*"],
|
||||
"@playground/*": ["../playground/*"]
|
||||
}
|
||||
},
|
||||
"include": ["**.spec.ts", "**.test.ts", "**/**.ts"]
|
||||
}
|
||||
Reference in New Issue
Block a user