mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-22 18:30:09 +00:00
build: try to get rid of inline compilation to js
This commit is contained in:
parent
3ea2873fe3
commit
ae869914da
1 changed files with 2 additions and 1 deletions
|
|
@ -6,7 +6,8 @@
|
|||
*/
|
||||
{
|
||||
"compilerOptions": {
|
||||
"esModuleInterop": true
|
||||
"esModuleInterop": true,
|
||||
"outDir": "./dist"
|
||||
},
|
||||
"files": [],
|
||||
"references": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue