mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-18 14:05:59 +01:00
Allow importing JSON files in TypeScript
This commit is contained in:
parent
591a912666
commit
18c876138d
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
|||
"lib": ["es6", "dom"],
|
||||
"module": "es6",
|
||||
"moduleResolution": "node",
|
||||
"resolveJsonModule": true,
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"*": ["node_modules/*", "app/javascript/*"],
|
||||
|
|
Loading…
Reference in a new issue