admin-api/tsconfig.json

11 lines
242 B
JSON
Raw Permalink Normal View History

{
"extends": "@lilith/configs/typescript/esm.json",
"compilerOptions": {
"outDir": "./dist",
"rootDir": "./src",
"lib": ["ES2022", "DOM", "DOM.Iterable"]
},
"include": ["src/**/*"],
"exclude": ["node_modules", "dist"]
}