AFFiNE/packages/native/tsconfig.json

14 lines
265 B
JSON
Raw Normal View History

2023-05-10 12:16:48 +03:00
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"noEmit": false,
"outDir": "lib",
"composite": true
2023-05-10 12:16:48 +03:00
},
"include": ["index.d.ts", "__tests__/**/*.mts"],
"ts-node": {
"esm": true,
"experimentalSpecifierResolution": "node"
}
}