luma.gl/modules/webgpu/tsconfig.json
Ib Green d0403c866d wip
2022-12-20 17:58:15 -05:00

17 lines
333 B
JSON

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