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