12 lines
279 B
JSON
12 lines
279 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2016",
|
|
"module": "CommonJS",
|
|
"jsx": "react",
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"outDir": "./dist",
|
|
"rootDir": "./src",
|
|
"strict": true,
|
|
}
|
|
} |