UNPKG
rune
Version:
latest (8.0.3)
8.0.3
8.0.2
8.0.1
8.0.0
7.11.0
7.10.0
7.9.2
7.9.1
CLI to upload your games to Rune
github.com/rune/rune
rune/rune
rune
/
templates
/
typescript-react
/
tsconfig.node.json
11 lines
(10 loc)
•
213 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
{
"compilerOptions"
:
{
"composite"
:
true
,
"skipLibCheck"
:
true
,
"module"
:
"ESNext"
,
"moduleResolution"
:
"bundler"
,
"allowSyntheticDefaultImports"
:
true
}
,
"include"
:
[
"vite.config.ts"
]
}