tianji/packages/react/tsconfig.json

13 lines
242 B
JSON
Raw Permalink Normal View History

{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"module": "ESNext",
"outDir": "./lib",
"baseUrl": ".",
2024-05-04 16:19:48 +00:00
"declaration": true,
"declarationMap": true,
"noEmit": false,
},
"include": ["./src/**/*"]
}