Zalvena/packages/web/tsconfig.json

16 lines
270 B
JSON
Raw Normal View History

2023-04-02 12:43:28 +01:00
{
"compilerOptions": {
"target": "ES5",
"strict": true,
"esModuleInterop": true,
"baseUrl": ".",
"paths": {
"types": ["@types"]
},
"declaration": true,
"declarationDir": "./dist",
"rootDir": "./src"
},
"include": ["./"]
}