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.

14 lines
332 B

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