mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-17 16:37:43 +00:00
build: try to get rid of inline compilation to js
This commit is contained in:
parent
f338166e6a
commit
e79976c046
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