mirror of
https://notabug.org/SuperSaltyGamer/ame
synced 2026-01-15 14:42:54 -03:00
12 lines
202 B
JSON
12 lines
202 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "esnext",
|
|
"module": "esnext",
|
|
"moduleResolution": "node",
|
|
"allowSyntheticDefaultImports": true,
|
|
"strict": true,
|
|
"skipLibCheck": true,
|
|
"noEmit": true
|
|
}
|
|
}
|