Skip to content

Commit

Permalink
Add sun demo and tests tsconfig, see phetsims/chipper#1134
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Nov 19, 2021
1 parent b105ddd commit bb7aaeb
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
12 changes: 12 additions & 0 deletions tsconfig-demo.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"extends": "../chipper/tsconfig-core.json",
"references": [
{
"path": "../joist"
}
],
"include": [
"js/sun-main.js",
"js/demo/**/*"
]
}
12 changes: 12 additions & 0 deletions tsconfig-tests.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"extends": "../chipper/tsconfig-core.json",
"references": [
{
"path": "../joist"
}
],
"include": [
"js/**/*test*",
"js/**/*Test*"
]
}

0 comments on commit bb7aaeb

Please sign in to comment.