old-ieeeucsd-org/tsconfig.json
2022-06-28 01:57:37 -07:00

12 lines
No EOL
228 B
JSON

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