waffle/tsconfig.json
2022-04-28 03:22:20 +03:00

13 lines
No EOL
213 B
JSON

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