Skip to content

Commit 791e26c

Browse files
committed
chore: config
1 parent c08e362 commit 791e26c

File tree

5 files changed

+24
-4
lines changed

5 files changed

+24
-4
lines changed

apps/demo-angular/tsconfig.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
"@nativescript/canvas-phaser-ce": ["packages/canvas-phaser-ce/index.ts"],
1313
"@nativescript/canvas-pixi": ["packages/canvas-pixi/index.ts"],
1414
"@nativescript/canvas-three": ["packages/canvas-three/index.ts"],
15-
"@nativescript/canvas-media": ["packages/canvas-media/index.ts"]
15+
"@nativescript/canvas-media": ["packages/canvas-media/index.ts"],
16+
"@nativescript/*": ["../../dist/packages/*"]
1617
}
1718
},
1819
"files": ["./references.d.ts", "./src/main.ts", "./src/polyfills.ts"],

apps/demo/tsconfig.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
"@nativescript/canvas-phaser-ce": ["../../packages/canvas-phaser-ce/index.ts"],
1515
"@nativescript/canvas-pixi": ["../../packages/canvas-pixi/index.ts"],
1616
"@nativescript/canvas-three": ["../../packages/canvas-three/index.ts"],
17-
"@nativescript/canvas-media": ["../../packages/canvas-media/index.ts"]
17+
"@nativescript/canvas-media": ["../../packages/canvas-media/index.ts"],
18+
"@nativescript/*": ["../../packages/*"]
1819
}
1920
},
2021
"include": ["../../packages/**/*.ios.ts", "../../packages/**/*.android.ts"]

tools/demo/tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
"paths": {
66
"@nativescript/*": ["../../packages/*"]
77
}
8-
}
8+
}
99
}

tools/package-settings.json

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"name": "@nativescript",
3+
"repository": {
4+
"type": "git",
5+
"url": "https://github.com/NativeScript/canvas.git"
6+
},
7+
"keywords": ["NativeScript", "JavaScript", "TypeScript", "iOS", "Android"],
8+
"author": {
9+
"name": "NativeScript",
10+
"email": "[email protected]"
11+
},
12+
"bugs": {
13+
"url": "https://github.com/NativeScript/canvas/issues"
14+
},
15+
"license": "Apache-2.0",
16+
"homepage": "https://github.com/NativeScript/canvas"
17+
}

tsconfig.base.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@
3131
"@nativescript/canvas-polyfill": ["packages/canvas-polyfill/index.ts"],
3232
"@nativescript/canvas-svg": ["packages/canvas-svg/index.d.ts"],
3333
"@nativescript/canvas-three": ["packages/canvas-three/index.ts"],
34-
"@nativescript/canvas/angular": ["packages/canvas/angular/index.ts"]
34+
"@nativescript/canvas/angular": ["packages/canvas/angular/index.ts"],
35+
"@nativescript/*": ["packages/*"]
3536
}
3637
},
3738
"exclude": ["node_modules", "tmp"]

0 commit comments

Comments
 (0)