Files
catpic.delivery/tsconfig.json
Morten Olsen b1b24f9774 init
2021-06-09 00:03:41 +02:00

17 lines
300 B
JSON

{
"compilerOptions": {
"target": "es2018",
"module": "commonjs",
"jsx": "react",
"strict": true,
"esModuleInterop": true,
"sourceMap": true,
"outDir": "./dist",
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true
},
"include": [
"./src"
]
}