scripts/tsconfig.json

12 lines
222 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
}
}