mirror of https://github.com/mode777/rayjs.git
15 lines
305 B
JSON
15 lines
305 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"target": "es2020",
|
||
|
"module": "commonjs",
|
||
|
"esModuleInterop": true,
|
||
|
"resolveJsonModule": true,
|
||
|
"strict": true,
|
||
|
"lib": ["ES2020"],
|
||
|
"types": [
|
||
|
"../lib.raylib"
|
||
|
],
|
||
|
"experimentalDecorators": true
|
||
|
}
|
||
|
}
|
||
|
|