luma.gl/modules/test-utils/tsconfig.json
2023-08-18 17:52:53 -04:00

17 lines
326 B
JSON

{
"extends": "../../tsconfig.module.json",
"include": ["src/**/*"],
"exclude": ["node_modules"],
"compilerOptions": {
"noImplicitAny": false,
"composite": true,
"rootDir": "src",
"outDir": "dist"
},
"references": [
{"path": "../core"},
{"path": "../webgl"},
{"path": "../webgpu"}
]
}