20 lines
320 B
JSON
20 lines
320 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
/* Visit https://aka.ms/tsconfig.json to read more about this file */
|
||
|
|
||
|
"target": "es5",
|
||
|
"module": "es6",
|
||
|
|
||
|
"outDir": "./build",
|
||
|
|
||
|
"allowJs": false,
|
||
|
|
||
|
"esModuleInterop": true,
|
||
|
"forceConsistentCasingInFileNames": true,
|
||
|
|
||
|
"strict": true,
|
||
|
|
||
|
"skipLibCheck": true
|
||
|
}
|
||
|
}
|