mirror of
https://github.com/Vomitblood/stort.git
synced 2024-11-26 05:45:26 +08:00
changed ts compiler config
This commit is contained in:
parent
79f7cbc759
commit
166b90444d
|
@ -27,7 +27,6 @@ export const Debug: FC<DebugProps> = ({ sx }) => {
|
||||||
>
|
>
|
||||||
reset settings
|
reset settings
|
||||||
</button>
|
</button>
|
||||||
<button>update settings</button>
|
|
||||||
<button
|
<button
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
console.log(settings);
|
console.log(settings);
|
||||||
|
|
|
@ -16,6 +16,9 @@
|
||||||
"isolatedModules": true,
|
"isolatedModules": true,
|
||||||
"jsx": "preserve",
|
"jsx": "preserve",
|
||||||
"incremental": true,
|
"incremental": true,
|
||||||
|
"noImplicitAny": true,
|
||||||
|
"strictFunctionTypes": true,
|
||||||
|
"strictNullChecks": true,
|
||||||
},
|
},
|
||||||
"include": [
|
"include": [
|
||||||
"next-env.d.ts",
|
"next-env.d.ts",
|
||||||
|
|
Loading…
Reference in a new issue