mirror of
https://github.com/WhitestormJS/whs.js.git
synced 2026-02-01 16:57:32 +00:00
35 lines
810 B
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"
|
|
]
|
|
}
|