mirror of
https://github.com/cupcakearmy/canihazusername.git
synced 2024-11-16 10:00:56 +01:00
21 lines
341 B
JSON
21 lines
341 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "./lib",
|
|
"target": "es6",
|
|
"module": "commonjs",
|
|
"noImplicitAny": true,
|
|
"strictNullChecks": true,
|
|
"removeComments": true,
|
|
"declaration": true,
|
|
"sourceMap": true,
|
|
"noEmit": true,
|
|
"jsx": "react"
|
|
},
|
|
"include": [
|
|
"./src/**/*.tsx",
|
|
"./src/**/*.ts"
|
|
],
|
|
"exclude": [
|
|
"node_modules"
|
|
]
|
|
} |