scripts/tsconfig.json

13 lines
264 B
JSON
Raw Normal View History

2022-12-31 10:15:23 +00:00
{
"compilerOptions": {
"target": "es2017",
"strict": true,
"moduleResolution": "Node",
"strictNullChecks": true,
"strictFunctionTypes": true,
"skipLibCheck": true,
"noImplicitAny": true,
"allowSyntheticDefaultImports": true
2022-12-31 10:15:23 +00:00
}
}