mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-29 00:20:04 +01:00
8 lines
120 B
JSON
8 lines
120 B
JSON
{
|
|
"extends": "../../tsconfig",
|
|
"compilerOptions": {
|
|
"outDir": "./dist"
|
|
},
|
|
"include": ["src/", "index.ts"]
|
|
}
|