ness-template-typescript
Version:
The typescript template for Create Ness App.
23 lines • 479 B
JSON
{
"compilerOptions": {
"types": ["webpack-env"],
"module": "commonjs",
"target": "ES6",
"allowJs": true,
"checkJs": true,
"jsx": "react",
"outDir": "./deploy/",
"rootDir": "./",
"removeComments": true,
"noEmit": false,
"pretty": true,
"skipLibCheck": true,
"strict": false,
"moduleResolution": "node",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
},
"exclude": [
"node_modules"
]
}