Logo
Explore Help
Sign In
smartyellow/docx-js
2
0
Fork 0
You've already forked docx-js
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
6af79a884c7b2d6c8fb4cca6a724bb4845558ec2
docx-js/ts/test-tsconfig.json

14 lines
307 B
JSON
Raw Normal View History

got tests working for windows
2016-07-01 18:45:44 +01:00
{
"compilerOptions": {
"target": "es6",
fix a handful of strict null errors; make test config also be strict These errors only arose because I didn't run `npm build`, only `npm test`. Then, when I tried building the null checks failed. Keeping the two config fiels in sync will help prevent this issue in the future
2017-03-10 17:45:16 +01:00
"strictNullChecks": true,
"sourceMap": true,
"removeComments": true,
"preserveConstEnums": true,
make sure all tests are running
2017-03-07 13:34:01 +01:00
"outDir": "../build-tests",
fix a handful of strict null errors; make test config also be strict These errors only arose because I didn't run `npm build`, only `npm test`. Then, when I tried building the null checks failed. Keeping the two config fiels in sync will help prevent this issue in the future
2017-03-10 17:45:16 +01:00
"sourceRoot": "./",
make sure all tests are running
2017-03-07 13:34:01 +01:00
"rootDir": "./",
got tests working for windows
2016-07-01 18:45:44 +01:00
"module": "commonjs"
}
make sure all tests are running
2017-03-07 13:34:01 +01:00
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.2 Page: 20ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API