midnight
Version:
Web framework for building modern web applications
21 lines (20 loc) • 385 B
JSON
{
"compilerOptions": {
"target": "es5",
"module": "commonjs",
"strict": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"outDir": "./dist",
"declaration": true,
"baseUrl": ".",
"paths": {
"midnight": ["../../"]
},
"moduleResolution": "node"
},
"include": [
"app.ts"
],
"types": ["../../index"]
}