mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 12:30:18 +00:00
(Hopefully) Remove test dependencies from npm package (#16013)
This commit is contained in:
Vendored
-9
@@ -1,9 +0,0 @@
|
||||
// References used by tests
|
||||
// Includes using THREE as a global namespace rather than as a module
|
||||
|
||||
/// <reference types="dat-gui" />
|
||||
/// <reference types="stats.js" />
|
||||
/// <reference types="tween.js" />
|
||||
|
||||
/// <reference path="../index.d.ts" />
|
||||
/// <reference path="../detector.d.ts" />
|
||||
@@ -0,0 +1,5 @@
|
||||
// References used by tests
|
||||
|
||||
/// <reference types="dat-gui" />
|
||||
/// <reference types="stats.js" />
|
||||
/// <reference types="tween.js" />
|
||||
@@ -17,7 +17,9 @@
|
||||
"forceConsistentCasingInFileNames": true
|
||||
},
|
||||
"files": [
|
||||
"test/references.d.ts",
|
||||
"index.d.ts",
|
||||
"detector.d.ts",
|
||||
"test/references.ts",
|
||||
"test/math/test_unit_math.ts",
|
||||
"test/webgl/webgl_animation_cloth.ts",
|
||||
"test/webgl/webgl_animation_skinning_morph.ts",
|
||||
|
||||
Reference in New Issue
Block a user