1
0
Files
placeholder-js/tsconfig.json
2026-04-08 23:28:28 +02:00

18 lines
276 B
JSON

{
"compilerOptions": {
"module": "nodenext",
"target": "esnext",
"moduleResolution": "nodenext",
"lib": [
"ESNext"
],
"types": ["node"],
"alwaysStrict": true,
"strict": true,
"rootDir": "./src"
},
"include": [
"./src"
]
}