18 строки
366 B
JSON
18 строки
366 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "es6",
|
|
"outDir": "./",
|
|
"lib": ["ES6", "DOM"],
|
|
"sourceMap": false,
|
|
"strict": true,
|
|
"rootDir": "./",
|
|
"noUnusedLocals": true,
|
|
"allowJs": false,
|
|
"declaration": true,
|
|
"skipLibCheck": true
|
|
},
|
|
"exclude": ["node_modules", "lib", "build"],
|
|
"include": ["./index.ts"]
|
|
}
|