luma.gl/modules/engine/tsconfig.json
2021-11-10 08:37:37 -08:00

17 lines
336 B
JSON

{
"extends": "../../tsconfig.module.json",
"include": ["src/**/*"],
"exclude": ["node_modules"],
"compilerOptions": {
"composite": true,
"rootDir": "src",
"outDir": "dist"
},
"references": [
{"path": "../constants"},
{"path": "../gltools"},
{"path": "../shadertools"},
{"path": "../webgl"}
]
}