Files
notesnook/packages/streamable-fs/tsconfig.json

9 lines
140 B
JSON
Raw Permalink Normal View History

{
"extends": "../../tsconfig",
"compilerOptions": {
"lib": ["DOM", "ESNext"],
"outDir": "./dist"
},
2024-09-23 12:26:16 +05:00
"include": ["./src/"]
}