19 lines
365 B
JSON
19 lines
365 B
JSON
{
|
|
"files": [],
|
|
"references": [
|
|
{ "path": "./tsconfig.app.json" },
|
|
{ "path": "./tsconfig.node.json" }
|
|
],
|
|
"compilerOptions": {
|
|
"jsx": "react-jsx",
|
|
"module": "esnext",
|
|
"target": "es6",
|
|
"lib": ["dom", "esnext"],
|
|
"types": ["react"],
|
|
"outDir": "./built",
|
|
"allowJs": true,
|
|
"checkJs": false,
|
|
"noImplicitAny": false
|
|
}
|
|
}
|