mirror of
https://github.com/MartinKral/Slash-The-Hordes
synced 2024-12-24 10:48:46 +00:00
Services path
This commit is contained in:
parent
55571cded9
commit
692bb7c35c
@ -8,6 +8,10 @@
|
|||||||
"module": "CommonJS",
|
"module": "CommonJS",
|
||||||
"allowSyntheticDefaultImports": true,
|
"allowSyntheticDefaultImports": true,
|
||||||
"types": ["jest", "node"],
|
"types": ["jest", "node"],
|
||||||
"strictNullChecks": false
|
"strictNullChecks": false,
|
||||||
|
"moduleResolution": "node",
|
||||||
|
"paths": {
|
||||||
|
// "@services/*": ["./assets/Scripts/Services/*"]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user