mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-25 05:44:06 -06:00
11 lines
215 B
JSON
11 lines
215 B
JSON
{
|
|
"compilerOptions": {
|
|
"noImplicitAny": true,
|
|
"strict": true,
|
|
"strictNullChecks": true,
|
|
"strictFunctionTypes": true,
|
|
"strictPropertyInitialization": true,
|
|
"strictBindCallApply": true
|
|
}
|
|
}
|