UNPKG
psya
Version:
latest (0.0.1)
0.0.1
a strange experiment
github.com/queerviolet/psya-shell
queerviolet/psya-shell
psya
/
tsconfig.json
16 lines
•
258 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"compilerOptions"
:
{
"module"
:
"commonjs"
,
"target"
:
"es2022"
,
"noImplicitAny"
:
true
,
"sourceMap"
:
true
,
"outDir"
:
"dist"
,
"baseUrl"
:
"."
,
"paths"
:
{
"*"
:
[
"node_modules/*"
]
}
}
,
"include"
:
[
"src/**/*"
]
}