Preview: tsconfig.json
Size: 875 B
//proc/thread-self/root/home/byroehnu/.trash/node_modules11/@adminjs/design-system/tsconfig.json
{
"compilerOptions": {
"outDir": "./build-sb",
"target": "esnext",
"esModuleInterop": true,
"jsx": "preserve",
"declaration": true,
"declarationDir": "./types",
"emitDeclarationOnly": false,
"strictNullChecks": true,
"strictPropertyInitialization": true,
"strictFunctionTypes": true,
"strictBindCallApply": true,
"noImplicitThis": true,
"skipLibCheck": true,
"moduleResolution": "nodenext",
"module": "nodenext",
"typeRoots": ["./vendor-types"],
"allowSyntheticDefaultImports": true,
"baseUrl": ".",
"rootDir": ".",
"paths": {
"@styled-components": ["src/utils/styled.js"]
},
"plugins": [
{ "transform": "typescript-transform-paths", "afterDeclarations": true }
]
},
"include": [
"./src/**/*",
"./spec/**/*"
],
"exclude": [
"./src/**/*.spec.*"
]
}
Directory Contents
Dirs: 7 × Files: 13