18 lines
390 B
JSON
18 lines
390 B
JSON
{
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"declaration": true,
|
|
"skipLibCheck": true,
|
|
"esModuleInterop": true,
|
|
"jsx": "react",
|
|
"baseUrl": "./",
|
|
"paths": {
|
|
"@@/*": [".dumi/tmp/*"],
|
|
"@chageable/components": ["src"],
|
|
"@chageable/components/*": ["src/*", "*"]
|
|
}
|
|
},
|
|
"typings": "./typings/index.d.ts",
|
|
"include": [".dumirc.ts", "src/**/*"]
|
|
}
|