mirror of
https://github.com/SomboChea/ui
synced 2024-11-05 14:14:26 +07:00
24 lines
460 B
JSON
24 lines
460 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"skipLibCheck": true,
|
||
|
"target": "esnext",
|
||
|
"module": "commonjs",
|
||
|
"noImplicitAny": false,
|
||
|
"strict": true,
|
||
|
"outDir": "build",
|
||
|
"allowSyntheticDefaultImports": true,
|
||
|
"jsx": "react",
|
||
|
"allowJs": true,
|
||
|
"checkJs": false,
|
||
|
"esModuleInterop": true,
|
||
|
"baseUrl": ".",
|
||
|
},
|
||
|
"include": [
|
||
|
"src",
|
||
|
"types/*.d.ts", "scripts/lib", "node_modules/config"
|
||
|
],
|
||
|
"exclude": [
|
||
|
"node_modules",
|
||
|
]
|
||
|
}
|