waffle/tsconfig.json
2022-04-05 22:34:06 +03:00

13 lines
No EOL
235 B
JSON

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