UNPKG

stage-js

Version:

2D HTML5 Rendering and Layout

19 lines (18 loc) 353 B
{ "compilerOptions": { "module": "ES2015", // "strictNullChecks": true, // "noImplicitAny": true, "lib": ["ES2015", "DOM"], "stripInternal": true, "target": "ES5", "esModuleInterop": true, "moduleResolution": "bundler", "resolveJsonModule": true }, "exclude": [ "docs", "dist", "node_modules" ] }