mirror of
https://github.com/valitydev/cross-origin-communicator.git
synced 2024-11-06 02:25:18 +00:00
19 lines
304 B
JSON
19 lines
304 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "es5",
|
|
"noImplicitAny": false,
|
|
"sourceMap": false,
|
|
"declaration": true,
|
|
"outDir": "dist",
|
|
"rootDir": "src",
|
|
"lib": ["es2015", "dom"]
|
|
},
|
|
"include": [
|
|
"./src/**/*"
|
|
],
|
|
"exclude": [
|
|
"node_modules"
|
|
]
|
|
}
|