rokojori-godot/rokojori-cpp-generator/source/tsconfig.json

13 lines
233 B
JSON
Raw Normal View History

2024-08-02 06:22:12 +00:00
{
"compilerOptions":
{
"outDir": "../builds",
"sourceMap": true,
"noImplicitAny": true,
"esModuleInterop": true,
"module": "node16",
"target": "es2015",
"baseUrl": ".",
"paths": { }
}
}