mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-01-06 20:36:37 +01:00
9 lines
134 B
JSON
9 lines
134 B
JSON
{
|
|
"extends": "../../tsconfig",
|
|
"compilerOptions": {
|
|
"outDir": "./dist",
|
|
"module": "CommonJS"
|
|
},
|
|
"include": ["src/"]
|
|
}
|