mirror of
https://github.com/zhigang1992/react-native-shadow-view.git
synced 2026-01-12 22:50:53 +08:00
15 lines
380 B
JSON
15 lines
380 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"noImplicitAny": true,
|
|
"target": "es6",
|
|
"removeComments": true,
|
|
"preserveConstEnums": true,
|
|
"jsx": "react",
|
|
"outDir": "lib",
|
|
"moduleResolution": "node",
|
|
"experimentalDecorators": true,
|
|
"emitDecoratorMetadata": true,
|
|
"declaration": true
|
|
}
|
|
} |