mirror of
https://github.com/bcomnes/deploy-to-neocities.git
synced 2026-03-27 00:51:35 +00:00
15 lines
199 B
JSON
15 lines
199 B
JSON
{
|
|
"extends": "@voxpelli/tsconfig/node24.json",
|
|
"compilerOptions": {
|
|
"skipLibCheck": true
|
|
},
|
|
"include": [
|
|
"**/*"
|
|
],
|
|
"exclude": [
|
|
"node_modules",
|
|
"public",
|
|
"dist"
|
|
]
|
|
}
|