UNPKG
foalts2-cli
Version:
latest (2.12.0)
2.12.0
CLI tool for FoalTS
github.com/FoalTS
FoalTS/foal
foalts2-cli
/
lib
/
generate
/
templates
/
app
/
tsconfig.test.json
8 lines
•
119 B
JSON
View Raw
1
2
3
4
5
6
7
8
{
"extends"
:
"./tsconfig.json"
,
"include"
:
[
"src/app/**/*.ts"
,
"src/scripts/*.ts"
,
"src/test.ts"
]
}