JSTQL-JS-Transform/tsconfig.json
2023-09-13 14:45:06 +02:00

13 lines
No EOL
252 B
JSON

{
"compilerOptions": {
"rootDir": "src",
"outDir": "dist",
"strict": true,
"target": "es6",
"module": "commonjs",
"sourceMap": true,
"esModuleInterop": true,
"moduleResolution": "node",
"types": ["bun-types"]
}
}