@smartface/contx
Version:
Context Manager
23 lines • 544 B
JSON
{
"compilerOptions": {
"allowJs": true,
"checkJs": false,
"skipLibCheck": true,
"sourceMap": true,
"noEmit": false,
"target": "ES5",
"outDir": "lib",
"moduleResolution": "Node",
"baseUrl": "src",
"rootDir": "src",
"strict": true,
"esModuleInterop": true,
"lib": ["ES2015", "ES2017"]
},
"include": ["src", "src/**/*.d.ts", "test/Styleable.test.ts"],
"exclude": [
"node_modules",
"lib",
"test"
],
}