Files
hotscript/tsconfig.json
2023-02-13 11:17:19 +01:00

13 lines
245 B
JSON

{
"compilerOptions": {
"module": "ESNext",
"declaration": true,
"esModuleInterop": true,
"target": "ESNext",
"strict": true,
"outDir": "dist/"
},
"include": ["src/"],
"exclude": ["tests/", "dist/", "examples/"]
}