Files
gallery/static/tsconfig.json

14 lines
291 B
JSON

{
"compilerOptions": {
"rootDir": "./src",
"outDir": "./dist/",
"noImplicitAny": true,
"module": "esnext",
"moduleResolution": "bundler",
"target": "esnext",
"jsx": "react-jsx",
"allowJs": true
},
"include": ["src/**/*"],
"exclude": ["node_modules"]
}