mirror of
https://github.com/zhigang1992/react-native-draggable-grid.git
synced 2026-06-15 02:19:13 +08:00
17 lines
383 B
JSON
17 lines
383 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,
|
|
"isolatedModules": true,
|
|
"skipLibCheck": true
|
|
},
|
|
"exclude": ["node_modules", "demo"]
|
|
}
|