tn-api.js/tsconfig.json

14 lines
276 B
JSON
Raw Normal View History

2023-12-04 19:21:33 +01:00
{
2024-08-06 00:15:53 +02:00
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "node",
"outDir": "./build",
"rootDir": "./src",
"esModuleInterop": true,
"skipLibCheck": true
},
"include": ["src"],
"exclude": ["node_modules", "build"]
}