UNPKG

214 BJSONView Raw
1{
2 "compilerOptions": {
3 "baseUrl": ".",
4 "paths": {
5 "@src/*": ["./lib/*"],
6 "@test/*": ["./test/*"]
7 }
8 },
9 "include": [
10 "lib",
11 "test"
12 ],
13}