mirror of
https://github.com/zhigang1992/react-native-draggable-grid.git
synced 2026-01-12 22:50:17 +08:00
16 lines
354 B
JSON
16 lines
354 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"strict": true,
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"jsx": "react-native",
|
|
"lib": ["dom", "es5", "es6", "scripthost"],
|
|
"target": "es5",
|
|
"outDir": "built",
|
|
"sourceMap": true,
|
|
"skipLibCheck": true
|
|
},
|
|
"exclude": ["node_modules", "demo"]
|
|
}
|