12 lines
No EOL
169 B
JSON
12 lines
No EOL
169 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "es6",
|
|
"sourceMap": true,
|
|
"baseUrl": ".",
|
|
"jsx": "react"
|
|
},
|
|
"include": [
|
|
"app"
|
|
]
|
|
} |