Skip to content

Commit 89a7f1d

Browse files
committed
vscode ❤️
1 parent 8d1b3d4 commit 89a7f1d

File tree

5 files changed

+24
-108
lines changed

5 files changed

+24
-108
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
node_modules

.npmignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
jsconfig.json

jsconfig.json

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"compilerOptions": {
3+
"target": "es5",
4+
"module": "commonjs"
5+
},
6+
"files": [
7+
"contact-helper.android.js",
8+
"contact-helper.ios.js",
9+
"contact-helper-common.js",
10+
"contact-model.android.js",
11+
"contact-model.ios.js",
12+
"contact-model-common.js",
13+
"index.android.js",
14+
"index.ios.js",
15+
"nativescript-contacts.d.ts",
16+
"node_modules\\tns-core-modules\\tns-core-modules.d.ts"
17+
]
18+
}

npm-debug.log

-107
This file was deleted.

package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,8 @@
4040
"url": "https://github.com/firescript/nativescript-contacts/issues"
4141
},
4242
"homepage": "https://github.com/firescript/nativescript-contacts",
43-
"nativescript": {}
43+
"nativescript": {},
44+
"devDependencies": {
45+
"tns-core-modules": "1.6.0"
46+
}
4447
}

0 commit comments

Comments
 (0)