alondmnt.joplin-plugin-hist.../tsconfig.json
2025-03-06 10:49:45 +11:00

10 lines
152 B
JSON

{
"compilerOptions": {
"outDir": "./dist/",
"module": "commonjs",
"target": "es2018",
"jsx": "react",
"allowJs": true,
"baseUrl": "."
}
}