@saiforceone/dirt-cli
Version:
Official CLI Utility for the D.I.R.T stack
35 lines • 689 B
JSON
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"~/*": [
"./dirt_fe_react/src/*"
]
},
"target": "ESNext",
"useDefineForClassFields": true,
"lib": [
"DOM",
"DOM.Iterable",
"ESNext"
],
"allowJs": false,
"skipLibCheck": true,
"esModuleInterop": false,
"allowSyntheticDefaultImports": true,
"strict": true,
"forceConsistentCasingInFileNames": true,
"module": "ESNext",
"moduleResolution": "Node",
"resolveJsonModule": true,
"isolatedModules": true,
"noEmit": true,
"jsx": "react-jsx",
"types": [
"vite/client"
]
},
"include": [
"dirt_fe_react/src"
]
}