mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-25 16:09:42 +01:00
9 lines
134 B
JSON
9 lines
134 B
JSON
{
|
|
"extends": "../../tsconfig",
|
|
"compilerOptions": {
|
|
"outDir": "./dist",
|
|
"module": "CommonJS"
|
|
},
|
|
"include": ["src/"]
|
|
}
|