mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-22 13:46:20 +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": {
|
"compilerOptions": {
|
||||||
"target": "es6",
|
"target": "es6",
|
||||||
"module": "es2015",
|
"module": "es2015",
|
||||||
|
"moduleResolution": "node",
|
||||||
|
"baseUrl": ".",
|
||||||
|
"paths": {
|
||||||
|
"*": ["node_modules/*", "app/javascript/*"]
|
||||||
|
},
|
||||||
"strict": true,
|
"strict": true,
|
||||||
"esModuleInterop": true,
|
"esModuleInterop": true,
|
||||||
"skipLibCheck": true,
|
"skipLibCheck": true,
|
||||||
|
|
Loading…
Reference in a new issue