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