11 lines
No EOL
227 B
JSON
11 lines
No EOL
227 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"module": "commonjs",
|
|
"strict": true,
|
|
"outDir": "./dist",
|
|
"skipLibCheck": true,
|
|
"noImplicitAny": true,
|
|
},
|
|
"include": ["src"],
|
|
} |