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

19 lines
416 B
JSON

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