Zalvena/packages/web/tsconfig.json
2023-09-01 10:52:15 +01:00

15 lines
270 B
JSON

{
"compilerOptions": {
"target": "ES5",
"strict": true,
"esModuleInterop": true,
"baseUrl": ".",
"paths": {
"types": ["@types"]
},
"declaration": true,
"declarationDir": "./dist",
"rootDir": "./src"
},
"include": ["./"]
}