9 lines
150 B
JSON
9 lines
150 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2017",
|
|
"module": "commonjs",
|
|
"lib": ["dom", "es2017"],
|
|
"jsx": "react",
|
|
"rootDir": "."
|
|
}
|
|
}
|