mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-26 03:01:51 +08:00
Create a single NS app for cuteness.io, gallery-app and ui-tests-app in apps/
Move all other apps to https://github.com/NativeScript/tns-apps-graveyard
This commit is contained in:
@ -1,2 +1,2 @@
|
||||
{ "name" : "Tests",
|
||||
{ "name" : "tns-samples-tests",
|
||||
"main" : "app/app.js" }
|
||||
|
1
tests/references.d.ts
vendored
Normal file
1
tests/references.d.ts
vendored
Normal file
@ -0,0 +1 @@
|
||||
/// <reference path="../tns-core-modules/tns-core-modules.d.ts" /> Needed for autocompletion and compilation.
|
15
tests/tsconfig.json
Normal file
15
tests/tsconfig.json
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"module": "commonjs",
|
||||
"target": "es5",
|
||||
"sourceMap": true,
|
||||
"experimentalDecorators": true,
|
||||
"emitDecoratorMetadata": true,
|
||||
"noEmitHelpers": true,
|
||||
"noEmitOnError": true
|
||||
},
|
||||
"exclude": [
|
||||
"node_modules",
|
||||
"platforms"
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user