mirror of
https://github.com/alondmnt/joplin-plugin-history-panel.git
synced 2025-08-06 19:04:37 +02:00
10 lines
152 B
JSON
10 lines
152 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "./dist/",
|
|
"module": "commonjs",
|
|
"target": "es2018",
|
|
"jsx": "react",
|
|
"allowJs": true,
|
|
"baseUrl": "."
|
|
}
|
|
}
|