UNPKG

miragejs

Version:

A client-side server to help you build, test and demo your JavaScript app

15 lines (14 loc) 290 B
{ "compilerOptions": { "target": "es6", "lib": ["es6", "dom"], "module": "ES6", "types": [], "noEmit": true, "strict": true, "forceConsistentCasingInFileNames": true, "baseUrl": ".", "paths": { "miragejs": ["."] }, "moduleResolution": "Node" } }