waffle/tsconfig.json
2022-04-28 18:40:38 +03:00

12 lines
No EOL
190 B
JSON

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