1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
JUCE/modules/juce_gui_extra/native/javascript/tsconfig.json
2024-07-22 18:26:52 -04:00

8 lines
121 B
JSON

{
"compilerOptions": {
"target": "es2016",
"noEmit": true,
"allowJs": true,
"skipLibCheck": true
}
}