web 3d图形渲染器
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
283 B

  1. {
  2. "compilerOptions": {
  3. "module": "commonjs",
  4. "target": "es5",
  5. "sourceMap": false,
  6. "noImplicitAny": true,
  7. "noImplicitThis": true,
  8. "lib": ["es5", "es6", "dom"]
  9. },
  10. "include": ["test/**/*.ts"],
  11. "exclude": ["node_modules"]
  12. }