phonon
Version:
Phonon is an open source HTML, CSS and JavaScript agnostic framework that allows to create a website or a hybrid Web app.
26 lines (25 loc) • 496 B
JSON
{
"compilerOptions": {
"strict": true,
"alwaysStrict": true,
"noImplicitAny": false,
"outDir": "./dist",
"declaration": false,
"declarationDir": "types",
"moduleResolution": "node",
"experimentalDecorators": true,
"target": "es5",
"module": "es2015",
"lib": ["dom", "es2015"],
"sourceMap": false,
"baseUrl": "./",
"removeComments": true
},
"include": [
"src/**/*"
],
"exclude": [
"node_modules",
"types/**/*.ts"
]
}