mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-24 15:39:44 +01:00
10 lines
189 B
JSON
10 lines
189 B
JSON
{
|
|
"extends": "../../tsconfig",
|
|
"compilerOptions": {
|
|
"outDir": "./dist",
|
|
"allowJs": true
|
|
},
|
|
"exclude": ["src/**/*.test.js", "src/**/*.test.skip.js"],
|
|
"include": ["src/"]
|
|
}
|