mirror of
https://notabug.org/SuperSaltyGamer/ame
synced 2026-01-15 17:52:55 -03:00
11 lines
178 B
JSON
11 lines
178 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "esnext",
|
|
"module": "esnext",
|
|
"moduleResolution": "node",
|
|
"allowSyntheticDefaultImports": true,
|
|
"strict": true,
|
|
"noEmit": true
|
|
}
|
|
}
|