mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-02-24 04:00:59 +01:00
10 lines
163 B
JSON
10 lines
163 B
JSON
{
|
|
"extends": "../../tsconfig",
|
|
"compilerOptions": {
|
|
"outDir": "dist",
|
|
"emitDeclarationOnly": true,
|
|
"declaration": true
|
|
},
|
|
"include": ["src"]
|
|
}
|