mirror of
https://github.com/dyuri/repa-shader.git
synced 2025-12-16 19:24:06 +00:00
14 lines
241 B
JSON
14 lines
241 B
JSON
{
|
|
"include": ["src/**/*"],
|
|
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"declaration": true,
|
|
"emitDeclarationOnly": true,
|
|
"outDir": "dist",
|
|
"declarationMap": true,
|
|
"module": "ES2020",
|
|
"lib": ["ES2020", "DOM"]
|
|
}
|
|
}
|