superqemu/tsconfig.json

11 lines
209 B
JSON
Raw Normal View History

2024-08-04 18:02:45 -04:00
{
"compilerOptions": {
"target": "ES2022",
"module": "ES2022",
"moduleResolution": "Node",
"types": ["node"],
"allowSyntheticDefaultImports": true,
"strict": true,
}
}