2023-05-20 19:34:27 +00:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"target": "es2020",
|
|
|
|
"module": "commonjs",
|
|
|
|
"esModuleInterop": true,
|
|
|
|
"resolveJsonModule": true,
|
|
|
|
"strict": true,
|
2023-05-29 22:03:29 +00:00
|
|
|
"lib": ["ES2020"],
|
2023-05-20 19:34:27 +00:00
|
|
|
"types": [
|
|
|
|
"../lib.raylib"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|