whs.js/types/tsconfig.json

35 lines
810 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"lib": [
"es6",
"dom"
],
"noImplicitAny": true,
"noImplicitThis": false,
"strictNullChecks": false,
"baseUrl": "../",
"typeRoots": [
"../"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
},
"files": [
"index.d.ts",
"core/App.d.ts",
"core/CameraComponent.d.ts",
"core/Component.d.ts",
"core/errors.d.ts",
"core/index.d.ts",
"core/LightComponent.d.ts",
"core/Loop.d.ts",
"core/MeshComponent.d.ts",
"core/Module.d.ts",
"core/ModuleManager.d.ts",
"core/ModuleSystem.d.ts",
"whs-tests.ts"
]
}