18 строки
371 B
JSON
18 строки
371 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"target": "es6",
|
||
|
"module": "commonjs",
|
||
|
"outDir": "./lib",
|
||
|
"rootDir": "./src",
|
||
|
"strict": true,
|
||
|
"noImplicitAny": false,
|
||
|
"strictPropertyInitialization": false,
|
||
|
"esModuleInterop": true,
|
||
|
"skipLibCheck": true,
|
||
|
"forceConsistentCasingInFileNames": true
|
||
|
},
|
||
|
"exclude": [
|
||
|
"node_modules",
|
||
|
"__tests__"
|
||
|
]
|
||
|
}
|