mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-11 20:08:37 +00:00
16 lines
385 B
JSON
16 lines
385 B
JSON
{
|
|
"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"]
|
|
}
|