mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-01 13:02:01 +03:00
13 lines
241 B
JSON
13 lines
241 B
JSON
|
{
|
||
|
"extends": "../../tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"noEmit": true,
|
||
|
"outDir": "lib"
|
||
|
},
|
||
|
"include": ["index.d.ts", "__tests__/**/*.mts"],
|
||
|
"ts-node": {
|
||
|
"esm": true,
|
||
|
"experimentalSpecifierResolution": "node"
|
||
|
}
|
||
|
}
|