Skip to content

Commit dbd3fcc

Browse files
committed
Add tsconfig to screen package
1 parent 825ba3e commit dbd3fcc

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

packages/screen/tsconfig.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"extends": "@tsconfig/node10/tsconfig.json",
3+
"include": ["src"],
4+
"compilerOptions": {
5+
"outDir": "dist",
6+
"sourceMap": true,
7+
"declaration": true,
8+
"declarationMap": true
9+
}
10+
}

packages/screen/tsconfig.ref.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"extends": "./tsconfig.json",
3+
"compilerOptions": {
4+
"composite": true,
5+
},
6+
}

0 commit comments

Comments
 (0)