13 lines
248 B
JSON
13 lines
248 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"outDir": "dist",
|
|
"rootDir": "src",
|
|
"jsx": "react-jsx",
|
|
"module": "ESNext",
|
|
"moduleResolution": "bundler",
|
|
"noImplicitAny": false
|
|
},
|
|
"include": ["src"]
|
|
}
|