nexus/website/tsconfig.json

11 lines
170 B
JSON

{
"extends": "../tsconfig.json",
"compilerOptions": {
"rootDir": ".",
"noEmit": true,
"jsx": "react",
"lib": ["dom", "es2015"]
},
"exclude": []
}