mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
65 lines
2.3 KiB
JSON
65 lines
2.3 KiB
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"lib": [
|
|
"es6",
|
|
"dom"
|
|
],
|
|
"noImplicitAny": true,
|
|
"noImplicitThis": false,
|
|
"strictNullChecks": false,
|
|
"strictFunctionTypes": false,
|
|
"baseUrl": "../",
|
|
"typeRoots": [
|
|
"../"
|
|
],
|
|
"types": [],
|
|
"noEmit": true,
|
|
"forceConsistentCasingInFileNames": true
|
|
},
|
|
"files": [
|
|
"index.d.ts",
|
|
"detector.d.ts",
|
|
"test/references.ts",
|
|
"test/docs/scenes/bones_browser.ts",
|
|
"test/math/test_unit_math.ts",
|
|
"test/webgl/webgl_animation_cloth.ts",
|
|
"test/webgl/webgl_animation_skinning_morph.ts",
|
|
"test/webgl/webgl_buffergeometry.ts",
|
|
"test/webgl/webgl_camera.ts",
|
|
"test/webgl/webgl_custom_attributes.ts",
|
|
"test/webgl/webgl_geometries.ts",
|
|
"test/webgl/webgl_geometries_with_context.ts",
|
|
"test/webgl/webgl_helpers.ts",
|
|
"test/webgl/webgl_interactive_cubes.ts",
|
|
"test/webgl/webgl_interactive_raycasting_points.ts",
|
|
"test/webgl/webgl_lensflares.ts",
|
|
"test/webgl/webgl_lights_hemisphere.ts",
|
|
"test/webgl/webgl_lines_colors.ts",
|
|
"test/webgl/webgl_loader_awd.ts",
|
|
"test/webgl/webgl_materials.ts",
|
|
"test/webgl/webgl_morphtargets.ts",
|
|
"test/webgl/webgl_points_billboards.ts",
|
|
"test/webgl/webgl_postprocessing.ts",
|
|
"test/webgl/webgl_shader.ts",
|
|
"test/webgl/webgl_sprites.ts",
|
|
"test/css3d/css3d_periodictable.ts",
|
|
"test/css3d/css3d_sprites.ts",
|
|
"test/canvas/canvas_camera_orthographic.ts",
|
|
"test/canvas/canvas_geometry_cube.ts",
|
|
"test/canvas/canvas_interactive_cubes_tween.ts",
|
|
"test/canvas/canvas_lights_pointlights.ts",
|
|
"test/canvas/canvas_materials.ts",
|
|
"test/canvas/canvas_particles_floor.ts",
|
|
"test/examples/detector.ts",
|
|
"test/examples/effects/vreffect.ts",
|
|
"test/examples/controls/vrcontrols.ts",
|
|
"test/examples/ctm/ctmloader.ts",
|
|
"test/examples/octree.ts",
|
|
"test/examples/loaders/webgl_loader_obj_mtl.ts",
|
|
"test/examples/loaders/tdsloader.ts",
|
|
"test/examples/exporters/gltf-exporter.ts",
|
|
"test/webvr/webvr.ts"
|
|
]
|
|
}
|