15 lines
270 B
JSON
15 lines
270 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2018",
|
|
"module": "commonjs",
|
|
"jsx": "react-jsx",
|
|
"outDir": "./dist",
|
|
"strict": true,
|
|
"noEmit": true,
|
|
"lib": ["es2015"],
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true,
|
|
"forceConsistentCasingInFileNames": true
|
|
}
|
|
}
|