mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-28 16:06:47 +01:00
9 lines
154 B
JSON
9 lines
154 B
JSON
{
|
|
"extends": "../../tsconfig",
|
|
"compilerOptions": {
|
|
"lib": ["DOM", "ESNext"],
|
|
"outDir": "./dist"
|
|
},
|
|
"include": ["./index.ts", "./src/"]
|
|
}
|