mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-24 16:22:42 +03:00
14 lines
265 B
JSON
14 lines
265 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"noEmit": false,
|
|
"outDir": "lib",
|
|
"composite": true
|
|
},
|
|
"include": ["index.d.ts", "__tests__/**/*.mts"],
|
|
"ts-node": {
|
|
"esm": true,
|
|
"experimentalSpecifierResolution": "node"
|
|
}
|
|
}
|