16 строки
324 B
JSON
16 строки
324 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"module": "commonjs",
|
|
"lib": ["esnext", "dom"],
|
|
"sourceMap": true,
|
|
"rootDir": "./src",
|
|
"outDir": "./lib",
|
|
"strictBindCallApply": true,
|
|
"declaration": true
|
|
},
|
|
"compileOnSave": true,
|
|
"include": ["src/**/*.ts"],
|
|
"exclude": ["node_modules"]
|
|
}
|