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