Updated tsconfig.json.
This commit is contained in:
parent
f4b8bc20bb
commit
bd0a53d144
|
@ -1,7 +1,15 @@
|
||||||
{
|
{
|
||||||
"extends": "astro/tsconfigs/strict",
|
"extends": "./tsconfig.strict.json",
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"jsx": "react-jsx",
|
"noImplicitAny": false,
|
||||||
"jsxImportSource": "react"
|
"noEmitOnError": true,
|
||||||
}
|
"removeComments": false,
|
||||||
|
"sourceMap": true,
|
||||||
|
"target": "ESNext",
|
||||||
|
"outDir": "dist"
|
||||||
|
},
|
||||||
|
"include": [
|
||||||
|
"src/**/*",
|
||||||
|
"tests/**/*"
|
||||||
|
]
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user