11 lines
279 B
JSON
11 lines
279 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"lib": ["dom", "dom.iterable", "esnext", "deno.ns", "deno.unstable"],
|
||
|
"jsx": "react",
|
||
|
"jsxFactory": "Pico.h",
|
||
|
"jsxFragmentFactory": "Pico.Fragment",
|
||
|
"noImplicitAny": true,
|
||
|
"strictPropertyInitialization": false
|
||
|
}
|
||
|
}
|