mirror of
https://github.com/netbox-community/netbox.git
synced 2026-01-14 15:52:18 -06:00
scaffold new ui directory
This commit is contained in:
19
netbox/project-static/tsconfig.json
Normal file
19
netbox/project-static/tsconfig.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"moduleResolution": "node",
|
||||
"noUnusedParameters": true,
|
||||
"esModuleInterop": true,
|
||||
"isolatedModules": true,
|
||||
"noUnusedLocals": true,
|
||||
"declaration": true,
|
||||
"module": "esnext",
|
||||
"target": "esnext",
|
||||
"jsx": "react",
|
||||
"strict": true,
|
||||
"baseUrl": "."
|
||||
},
|
||||
"include": ["src/**/*.ts", "./src/global.d.ts"],
|
||||
"exclude": ["node_modules", "esm", "src/**/*.test.ts"]
|
||||
}
|
||||
Reference in New Issue
Block a user