Files
ame/tsconfig.json
2024-02-22 21:23:32 +02:00

12 lines
202 B
JSON

{
"compilerOptions": {
"target": "esnext",
"module": "esnext",
"moduleResolution": "node",
"allowSyntheticDefaultImports": true,
"strict": true,
"skipLibCheck": true,
"noEmit": true
}
}