UNPKG
@sylphlab/typescript-config
Version:
latest (0.3.1)
0.3.1
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
Reusable TypeScript configurations for SylphLab projects
@sylphlab/typescript-config
/
src
/
node.json
11 lines
•
266 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
{
"
$schema
"
:
"https://json.schemastore.org/tsconfig"
,
"display"
:
"SylphLab Node.js Configuration"
,
"extends"
:
"./base.json"
,
"compilerOptions"
: {
"module"
:
"NodeNext"
,
"moduleResolution"
:
"NodeNext"
,
"lib"
: [
"ES2022"
],
"types"
: [
"node"
] } }