Files
NativeScript/tests/tsconfig.json
Panayot Cankov 791aab04e5 Flexbox ios initial commit
Items now appear, but they should initially shrink and they don't

Add 15-ish tests for flexbox layout

Port reasonable flexbox test set

Fixing issues, adding unit tests

Moved from .tsx to .ts and used our ui/builder.parse
2016-10-19 17:02:26 +03:00

21 lines
499 B
JSON

{
"compilerOptions": {
"noEmitOnError": true,
"noEmitHelpers": true,
"target": "es5",
"module": "commonjs",
"declaration": false,
"noImplicitAny": false,
"noImplicitUseStrict": true,
"experimentalDecorators": true,
"diagnostics": true,
"sourceMap": true,
"noLib": true,
"jsx": "react",
"reactNamespace": "UIBuilder"
},
"exclude": [
"node_modules",
"platforms"
]
}