mirror of
https://github.com/zhigang1992/reactfire.git
synced 2026-06-11 00:09:22 +08:00
17 lines
334 B
JSON
17 lines
334 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "./dist/",
|
|
"sourceMap": true,
|
|
"strict": true,
|
|
"noImplicitReturns": true,
|
|
"noImplicitAny": true,
|
|
"module": "esNext",
|
|
"moduleResolution": "node",
|
|
"target": "es5",
|
|
"allowJs": true,
|
|
"jsx": "react",
|
|
"resolveJsonModule": true
|
|
},
|
|
"include": ["./src/**/*"]
|
|
}
|