DefinitelyTyped/types/p5/tsconfig.json
2018-10-01 14:38:08 -07:00

75 lines
2.4 KiB
JSON

{
"compilerOptions": {
"module": "commonjs",
"lib": ["dom", "es5"],
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": true,
"strictFunctionTypes": true,
"baseUrl": "../",
"typeRoots": ["../"],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
},
"files": [
"index.d.ts",
"global.d.ts",
"literals.d.ts",
"constants.d.ts",
"lib/addons/p5.dom.d.ts",
"lib/addons/p5.sound.d.ts",
"src/color/creating_reading.d.ts",
"src/color/p5.Color.d.ts",
"src/color/setting.d.ts",
"src/core/constants.d.ts",
"src/core/environment.d.ts",
"src/core/p5.Element.d.ts",
"src/core/p5.Graphics.d.ts",
"src/core/p5.Renderer.d.ts",
"src/core/rendering.d.ts",
"src/core/shape/2d_primitives.d.ts",
"src/core/shape/attributes.d.ts",
"src/core/shape/curves.d.ts",
"src/core/shape/vertex.d.ts",
"src/core/structure.d.ts",
"src/core/transform.d.ts",
"src/data/p5.TypedDict.d.ts",
"src/events/acceleration.d.ts",
"src/events/keyboard.d.ts",
"src/events/mouse.d.ts",
"src/events/touch.d.ts",
"src/image/image.d.ts",
"src/image/loading_displaying.d.ts",
"src/image/p5.Image.d.ts",
"src/image/pixels.d.ts",
"src/io/files.d.ts",
"src/io/p5.Table.d.ts",
"src/io/p5.TableRow.d.ts",
"src/io/p5.XML.d.ts",
"src/math/calculation.d.ts",
"src/math/math.d.ts",
"src/math/noise.d.ts",
"src/math/p5.Vector.d.ts",
"src/math/random.d.ts",
"src/math/trigonometry.d.ts",
"src/typography/attributes.d.ts",
"src/typography/loading_displaying.d.ts",
"src/typography/p5.Font.d.ts",
"src/utilities/array_functions.d.ts",
"src/utilities/conversion.d.ts",
"src/utilities/string_functions.d.ts",
"src/utilities/time_date.d.ts",
"src/webgl/3d_primitives.d.ts",
"src/webgl/p5.Camera.d.ts",
"src/webgl/interaction.d.ts",
"src/webgl/light.d.ts",
"src/webgl/loading.d.ts",
"src/webgl/material.d.ts",
"src/webgl/p5.Geometry.d.ts",
"src/webgl/p5.RendererGL.d.ts",
"src/webgl/p5.Shader.d.ts",
"test/index.ts"
]
}