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