mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-14 23:11:42 +00:00
arreglar imports en typescript
This commit is contained in:
parent
f25e93ad4b
commit
ff532c7658
1 changed files with 5 additions and 0 deletions
|
@ -2,6 +2,11 @@
|
|||
"compilerOptions": {
|
||||
"target": "es6",
|
||||
"module": "es2015",
|
||||
"moduleResolution": "node",
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"*": ["node_modules/*", "app/javascript/*"]
|
||||
},
|
||||
"strict": true,
|
||||
"esModuleInterop": true,
|
||||
"skipLibCheck": true,
|
||||
|
|
Loading…
Reference in a new issue