Files
ame/tsconfig.json
2023-07-28 22:25:29 +03:00

11 lines
178 B
JSON

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