old-ieeeucsd-org/tsconfig.json
2022-01-22 14:43:03 -08:00

12 lines
No EOL
217 B
JSON

{
"compilerOptions": {
"outDir": "./build/",
"noImplicitAny": true,
"module": "commonjs",
"target": "es6",
"jsx": "react",
"esModuleInterop": true
},
"include": ["./src"],
"exclude": ["./src/public"]
}