mirror of
https://gh.wpcy.net/https://github.com/syntatis/kubrick.git
synced 2026-04-24 21:32:44 +08:00
28 lines
495 B
JSON
28 lines
495 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"lib": [
|
|
"DOM",
|
|
"ESNext"
|
|
],
|
|
"allowJs": true,
|
|
"skipLibCheck": true,
|
|
"strict": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"noEmit": true,
|
|
"esModuleInterop": true,
|
|
"module": "ESNext",
|
|
"moduleResolution": "Bundler",
|
|
"resolveJsonModule": true,
|
|
"isolatedModules": true,
|
|
"jsx": "react-jsx",
|
|
"incremental": true,
|
|
"baseUrl": ".",
|
|
},
|
|
"exclude": [
|
|
"dist",
|
|
"node_modules",
|
|
"wordpress",
|
|
"storybook-static"
|
|
]
|
|
}
|