platform-codebase/features/content-engine/shared/tsconfig.json

12 lines
231 B
JSON
Raw Permalink Normal View History

{
"extends": "@lilith/configs/typescript/base",
"compilerOptions": {
"outDir": "./dist",
"rootDir": "./src",
"jsx": "react-jsx",
"module": "ESNext",
"moduleResolution": "bundler"
},
"include": ["src"]
}