waffle/tsconfig.json
2023-08-08 15:45:22 +03:00

13 lines
No EOL
216 B
JSON

{
"include": [
"./src/**/*"
],
"compilerOptions": {
"target": "esnext",
"module": "commonjs",
"esModuleInterop": true,
"strict": true,
"skipLibCheck": true,
"outDir": "./dist",
}
}