UNPKG

237 BJSONView Raw
1{
2 "compilerOptions": {
3 "baseUrl": "./src",
4 "experimentalDecorators": true,
5 "moduleResolution": "node",
6 "rootDir": "./src",
7 "lib": [
8 "es2015",
9 "dom"
10 ],
11 "skipLibCheck": true,
12 "types": []
13 }
14}